Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32f17d3212d4736929f74da5fa8ad955ce168898
https://github.com/WebKit/WebKit/commit/32f17d3212d4736929f74da5fa8ad955ce168898
Author: Olivier Blin <[email protected]>
Date: 2026-01-27 (Tue, 27 Jan 2026)
Changed paths:
M Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayer.h
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBuffer.h
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferHolePunch.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferHolePunch.h
Log Message:
-----------
[TextureMapper] Remove unused hole punch helpers
https://bugs.webkit.org/show_bug.cgi?id=306259
Reviewed by Miguel Gomez.
The notifyVideoPosition() and paintTransparentRectangle() helpers have been
introduced in commit 4df9391bfafa (286146@main):
"Regression(280901@main)? [WPE][TextureMapper] Incorrect extra hole punches
with fixed body position"
But they are unused since commit d40d59e4e550 (286605@main):
"[TextureMapper] Fix preserve-3D intersection rendering"
The last usage of isHolePunchBuffer() has also been removed in this commit.
* Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayer.h:
(WebCore::TextureMapperPlatformLayer::isHolePunchBuffer const): Deleted.
(WebCore::TextureMapperPlatformLayer::notifyVideoPosition): Deleted.
(WebCore::TextureMapperPlatformLayer::paintTransparentRectangle): Deleted.
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBuffer.h:
(): Deleted.
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferHolePunch.cpp:
(WebCore::CoordinatedPlatformLayerBufferHolePunch::notifyVideoPosition):
Deleted.
(WebCore::CoordinatedPlatformLayerBufferHolePunch::paintTransparentRectangle):
Deleted.
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferHolePunch.h:
Canonical link: https://commits.webkit.org/306275@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications