Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1ce9a2165bf17e4a61b8aff627fc52f5fd69f2d4
https://github.com/WebKit/WebKit/commit/1ce9a2165bf17e4a61b8aff627fc52f5fd69f2d4
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-11-21 (Fri, 21 Nov 2025)
Changed paths:
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.h
Log Message:
-----------
[GTK][WPE] Use a Function for did composite notification
https://bugs.webkit.org/show_bug.cgi?id=302783
Reviewed by Nikolas Zimmermann.
Rename requestComposition as requestCompositionForRenderingUpdate that
now receives a Function that is only called when the composition for
the rendering update is done. This way we don't need the composition
request/response previously used to identify the rendering update
composition.
Canonical link: https://commits.webkit.org/303384@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications