Bug 117258

Summary: [GTK] AcceleratedCompositingContext: fix layerFlushTimerFiredCallback condition
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alberto Garcia 2013-06-05 08:42:59 PDT
The condition for the timeout handler in AcceleratedCompositingContext::renderLayersToWindow() doesn't seem to be ok.

I added parentheses in r151198 to make the precedence rules explicit but after double checking with Martin it turns out that it was already wrong and needed to be changed instead.
Comment 1 Alberto Garcia 2013-06-05 08:47:08 PDT
Created attachment 203856 [details]
Patch
Comment 2 WebKit Commit Bot 2013-06-05 15:43:02 PDT
Comment on attachment 203856 [details]
Patch

Clearing flags on attachment: 203856

Committed r151245: <http://trac.webkit.org/changeset/151245>
Comment 3 WebKit Commit Bot 2013-06-05 15:43:04 PDT
All reviewed patches have been landed.  Closing bug.