[Webkit-unassigned] [Bug 167196] New: [Threaded Compositor] Initialize the threaded compositor with the current size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 00:34:35 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167196

            Bug ID: 167196
           Summary: [Threaded Compositor] Initialize the threaded
                    compositor with the current size
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

We are always creating the threaded compositor with and empty size and then a sizeDidChange always happen when the backing store state changes. This is always happening because the threaded compositor is created before the first backing store state, but if we wanted to create it later, for example to enter/leave AC mode on demand, the threaded compositor will not have the viewport size unless the window is resized, or sizeDidChange is called manually when entering AC mode. Creating the threaded compositor is sync and changing the size too, so it's better to do both things at the same time using the same sync operation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170119/ebe1b3c8/attachment.html>


More information about the webkit-unassigned mailing list