Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 42c5ccc3ebfa2c8577ecfc31495911b798035909
https://github.com/WebKit/WebKit/commit/42c5ccc3ebfa2c8577ecfc31495911b798035909
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp
Log Message:
-----------
[GTK][WPE] Fix an assert when threaded compositor is invalidated right before
renderLayerTree is called
https://bugs.webkit.org/show_bug.cgi?id=304395
Reviewed by Nikolas Zimmermann.
The main thread invalidates the threaded compositor, which switches to
Idle state, right before renderLayerTree is called in the compositing
thread that hits the assert checking state should be Scheduled. We
should return early from renderLayerTree if the timer has already been
stopped.
Canonical link: https://commits.webkit.org/304667@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications