[webkit-reviews] review requested: [Bug 49930] [chromium] Need to send didActivateAcceleratedCompositing on first compositor initialize : [Attachment 74585] Proposed fix
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 22 12:25:55 PST 2010
Nat Duca <nduca at chromium.org> has asked for review:
Bug 49930: [chromium] Need to send didActivateAcceleratedCompositing on first
compositor initialize
https://bugs.webkit.org/show_bug.cgi?id=49930
Attachment 74585: Proposed fix
https://bugs.webkit.org/attachment.cgi?id=74585&action=review
------- Additional Comments from Nat Duca <nduca at chromium.org>
This bug occurs on WebGL content because it initializes the shared graphics
context before the compositor. The compositor then turns on in WebViewImpl but
forgets to tell the RenderWidget that compositor is turned on. RenderWidget
proceeds to draw as if the page was software rendered.
More information about the webkit-reviews
mailing list