[webkit-changes] [WebKit/WebKit] 83b17a: [CoordinatedGraphics] Force repaint should not flu...
Carlos Garcia Campos
noreply at github.com
Mon Feb 3 06:34:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 83b17af2597654b199941e98506368ecfb8059e1
https://github.com/WebKit/WebKit/commit/83b17af2597654b199941e98506368ecfb8059e1
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
R LayoutTests/platform/glib/printing/print-with-media-query-destory-expected.txt
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
Log Message:
-----------
[CoordinatedGraphics] Force repaint should not flush layers when still waiting for renderer
https://bugs.webkit.org/show_bug.cgi?id=286908
Reviewed by Miguel Gomez.
Force repaint should also check waiting for rendering flag, and wait until current composition is done.
* LayoutTests/platform/glib/printing/print-with-media-query-destory-expected.txt: Removed.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp:
(WebKit::LayerTreeHost::forceRepaint):
(WebKit::LayerTreeHost::forceRepaintAsync):
(WebKit::LayerTreeHost::sizeDidChange):
(WebKit::LayerTreeHost::didComposite):
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h:
Canonical link: https://commits.webkit.org/289732@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list