[webkit-changes] [WebKit/WebKit] b0911c: [GTK][WPE] Merge CompositingCoordinator into Layer...
Carlos Garcia Campos
noreply at github.com
Tue Oct 8 00:33:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b0911c6ac3929da80947c6be57d70640428c6bd1
https://github.com/WebKit/WebKit/commit/b0911c6ac3929da80947c6be57d70640428c6bd1
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M Source/WebKit/PlatformPlayStation.cmake
M Source/WebKit/PlatformWin.cmake
M Source/WebKit/SourcesGTK.txt
M Source/WebKit/SourcesWPE.txt
R Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CompositingCoordinator.cpp
R Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CompositingCoordinator.h
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
Log Message:
-----------
[GTK][WPE] Merge CompositingCoordinator into LayerTreeHost
https://bugs.webkit.org/show_bug.cgi?id=280965
Reviewed by Alejandro G. Castro.
* Source/WebKit/PlatformPlayStation.cmake:
* Source/WebKit/PlatformWin.cmake:
* Source/WebKit/SourcesGTK.txt:
* Source/WebKit/SourcesWPE.txt:
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CompositingCoordinator.cpp: Removed.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CompositingCoordinator.h: Removed.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp:
(WebKit::LayerTreeHost::LayerTreeHost):
(WebKit::LayerTreeHost::~LayerTreeHost):
(WebKit::LayerTreeHost::flushLayers):
(WebKit::LayerTreeHost::layerFlushTimerFired):
(WebKit::LayerTreeHost::setRootCompositingLayer):
(WebKit::LayerTreeHost::setViewOverlayRootLayer):
(WebKit::LayerTreeHost::forceRepaint):
(WebKit::LayerTreeHost::sizeDidChange):
(WebKit::LayerTreeHost::graphicsLayerFactory):
(WebKit::LayerTreeHost::didChangeViewport):
(WebKit::LayerTreeHost::detachLayer):
(WebKit::LayerTreeHost::attachLayer):
(WebKit::LayerTreeHost::paintingEngine):
(WebKit::LayerTreeHost::imageBackingStore):
(WebKit::LayerTreeHost::createGraphicsLayer):
(WebKit::LayerTreeHost::requestDisplayRefreshMonitorUpdate):
(WebKit::LayerTreeHost::requestUpdate):
(WebKit::LayerTreeHost::renderNextFrame):
(WebKit::LayerTreeHost::didFlushRootLayer): Deleted.
(WebKit::LayerTreeHost::updateScene): Deleted.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h:
(WebKit::LayerTreeHost::LayerTreeHost): Deleted.
(WebKit::LayerTreeHost::~LayerTreeHost): Deleted.
(WebKit::LayerTreeHost::setLayerFlushSchedulingEnabled): Deleted.
(WebKit::LayerTreeHost::scheduleLayerFlush): Deleted.
(WebKit::LayerTreeHost::cancelPendingLayerFlush): Deleted.
(WebKit::LayerTreeHost::setRootCompositingLayer): Deleted.
(WebKit::LayerTreeHost::setViewOverlayRootLayer): Deleted.
(WebKit::LayerTreeHost::scrollNonCompositedContents): Deleted.
(WebKit::LayerTreeHost::forceRepaint): Deleted.
(WebKit::LayerTreeHost::forceRepaintAsync): Deleted.
(WebKit::LayerTreeHost::sizeDidChange): Deleted.
(WebKit::LayerTreeHost::pauseRendering): Deleted.
(WebKit::LayerTreeHost::resumeRendering): Deleted.
(WebKit::LayerTreeHost::graphicsLayerFactory): Deleted.
(WebKit::LayerTreeHost::contentsSizeChanged): Deleted.
(WebKit::LayerTreeHost::didChangeViewportAttributes): Deleted.
(WebKit::LayerTreeHost::deviceOrPageScaleFactorChanged): Deleted.
(WebKit::LayerTreeHost::adjustTransientZoom): Deleted.
(WebKit::LayerTreeHost::commitTransientZoom): Deleted.
(WebKit::LayerTreeHost::createDisplayRefreshMonitor): Deleted.
Canonical link: https://commits.webkit.org/284817@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