[Webkit-unassigned] [Bug 46219] [chromium] invalidateRootLayerRect needs to schedule compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 18:31:40 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46219





--- Comment #12 from Nat Duca <nduca at chromium.org>  2010-09-22 18:31:40 PST ---
I think James has brought up a good point, though, in his reviews, which is essentially that our current use of the LayerChromium is extremely hacky. The reason for this is because root vs non-root layers behave differently in WebKit.

What I have done in the new patch is to stop the root layer damage logic from piggybacking on the LayerChromium code. By pulling it into the WebView, we keep our code clear.

My guess is that iframe handling will end up driving us to resolve root vs non-root issues. A bug for this exists at http://code.google.com/p/chromium/issues/detail?id=54758. I think that bug will ensure that the root-non-root concerns brought up in this discussion will not get swept under the rug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list