[webkit-reviews] review granted: [Bug 102543] ScrollingCoordinator::hasVisibleSlowRepaintFixedObject() should exclude out-of-view fixed position elements : [Attachment 178928] Smaller patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 17:32:05 PST 2012


James Robinson <jamesr at chromium.org> has granted Xianzhu Wang
<wangxianzhu at chromium.org>'s request for review:
Bug 102543: ScrollingCoordinator::hasVisibleSlowRepaintFixedObject() should
exclude out-of-view fixed position elements
https://bugs.webkit.org/show_bug.cgi?id=102543

Attachment 178928: Smaller patch
https://bugs.webkit.org/attachment.cgi?id=178928&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
We discussed the placement of the visibility checks and it seems like since it
depends on composited bounds doing it in RenderLayerCompositor and querying the
result later is the right thing to do.	I think we could tweak exactly how that
state is maintained and carried forward, but this seems like a good start.

R=me


More information about the webkit-reviews mailing list