mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
03708a9731
Before bug 1357142, we used to legitimately need to check for redundant frame tree insertions and such, since we went into frame construction synchronously. But after that, all this dance of flushing, querying the primary frame and the uncomputed maps is just needless. We can just post as many reframes as we want, they'll be processed properly on the next flush. This removes one of the queries to the undisplayed map which I'm trying to remove in bug 1303605. I could have just poked at the style stored in the element, but this one is easy to just get rid of. MozReview-Commit-ID: 4ng4bU6C4Bs