Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bea42652c792eabd3e58bee0c154d388570a1265
https://github.com/WebKit/WebKit/commit/bea42652c792eabd3e58bee0c154d388570a1265
Author: Nikolas Zimmermann <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
Log Message:
-----------
[GTK][WPE] Switch to RunLoopObserver driven rendering
https://bugs.webkit.org/show_bug.cgi?id=300591
Reviewed by Carlos Garcia Campos.
Replace the RunLoop::Timer m_layerFlushTimer used to drive the rendering
loop with a RunLoopObserver.
Covered by existing tests.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp:
(WebKit::LayerTreeHost::LayerTreeHost):
(WebKit::LayerTreeHost::scheduleLayerFlush):
(WebKit::LayerTreeHost::cancelPendingLayerFlush):
(WebKit::LayerTreeHost::flushLayers):
(WebKit::LayerTreeHost::layerFlushRunLoopObserverFired):
(WebKit::LayerTreeHost::didComposite):
(WebKit::LayerTreeHost::layerFlushTimerFired): Deleted.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h:
Canonical link: https://commits.webkit.org/302026@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications