RESOLVED FIXED 98111
[chromium] Remove call to FinishAllRendering when in force-compositing-mode
https://bugs.webkit.org/show_bug.cgi?id=98111
Summary [chromium] Remove call to FinishAllRendering when in force-compositing-mode
Vangelis Kokkevis
Reported 2012-10-01 21:31:41 PDT
Calling FinishAllRendering when setIsAcceleratedCompositingActive(false) is called is not necessary when we don't switch between accelerated and software compositing. FinishAllRendering make a synchronous glFinish call that blocks the renderer for tens of milliseconds and should be avoided when possible.
Attachments
Patch (1.79 KB, patch)
2012-10-01 22:01 PDT, Vangelis Kokkevis
no flags
Vangelis Kokkevis
Comment 1 2012-10-01 22:01:43 PDT
WebKit Review Bot
Comment 2 2012-10-02 09:45:12 PDT
Comment on attachment 166604 [details] Patch Clearing flags on attachment: 166604 Committed r130178: <http://trac.webkit.org/changeset/130178>
WebKit Review Bot
Comment 3 2012-10-02 09:45:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.