Bug 98111

Summary: [chromium] Remove call to FinishAllRendering when in force-compositing-mode
Product: WebKit Reporter: Vangelis Kokkevis <vangelis>
Component: WebCore Misc.Assignee: Vangelis Kokkevis <vangelis>
Status: RESOLVED FIXED    
Severity: Normal CC: jamesr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Vangelis Kokkevis 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.
Comment 1 Vangelis Kokkevis 2012-10-01 22:01:43 PDT
Created attachment 166604 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-10-02 09:45:14 PDT
All reviewed patches have been landed.  Closing bug.