[Webkit-unassigned] [Bug 263368] New: [CoordinatedGraphics] Remove CompositingCoordinator::syncLayerState()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 19 02:24:21 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=263368
Bug ID: 263368
Summary: [CoordinatedGraphics] Remove
CompositingCoordinator::syncLayerState()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org
The coordinator calls syncPendingStateChangesIncludingSubLayers on the root graphics layer, that doesn't really sync anything, every layer checks if there's a pending stater sync and calls CompositingCoordinator::syncLayerState() to mark m_shouldSyncFrame as true. We can remove the dependency of the layer on the compositor by making syncPendingStateChangesIncludingSubLayers return whether the sync should happen or not.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231019/6eeede50/attachment.htm>
More information about the webkit-unassigned
mailing list