WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
263368
[CoordinatedGraphics] Remove CompositingCoordinator::syncLayerState()
https://bugs.webkit.org/show_bug.cgi?id=263368
Summary
[CoordinatedGraphics] Remove CompositingCoordinator::syncLayerState()
Carlos Garcia Campos
Reported
2023-10-19 02:24:21 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2023-10-19 02:27:39 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/19275
EWS
Comment 2
2023-10-20 04:30:21 PDT
Committed
269560@main
(5a023aa72619): <
https://commits.webkit.org/269560@main
> Reviewed commits have been landed. Closing PR #19275 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug