Bug 161625

Summary: [Threaded Compositor] Update timer should have lower priority than tasks scheduled in compositing thread
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch svillar: review+

Description Carlos Garcia Campos 2016-09-06 04:47:34 PDT
This way, if a resize is scheduled, for example, and there are pending updates, the resize will happen first, and then the updates will happen at the right size.
Comment 1 Carlos Garcia Campos 2016-09-06 04:50:54 PDT
Created attachment 288015 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-09-06 09:28:15 PDT
Committed r205484: <http://trac.webkit.org/changeset/205484>