Bug 161625 - [Threaded Compositor] Update timer should have lower priority than tasks scheduled in compositing thread
Summary: [Threaded Compositor] Update timer should have lower priority than tasks sche...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2016-09-06 04:47 PDT by Carlos Garcia Campos
Modified: 2016-09-06 09:28 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2016-09-06 04:50 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>