Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32264a40ab1d17caabbec0683c5a010495139090
https://github.com/WebKit/WebKit/commit/32264a40ab1d17caabbec0683c5a010495139090
Author: Ryosuke Niwa <[email protected]>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M Source/WebCore/platform/graphics/ca/LayerPool.h
M Source/WebCore/platform/graphics/ca/PlatformCALayer.mm
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.h
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.mm
Log Message:
-----------
Always allocate LayerPool in heap
https://bugs.webkit.org/show_bug.cgi?id=301843
Reviewed by Geoffrey Garen.
Always allocate LayerPool in heap so that operator delete can destruct it.
No new tests since there should be no behavioral differences.
* Source/WebCore/platform/graphics/ca/LayerPool.h:
* Source/WebCore/platform/graphics/ca/PlatformCALayer.mm:
(WebCore::PlatformCALayer::layerPool):
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.h:
(WebKit::RemoteLayerTreeContext::layerPool):
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeContext.mm:
(WebKit::RemoteLayerTreeContext::RemoteLayerTreeContext):
Canonical link: https://commits.webkit.org/302502@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications