Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 715e928122550027230c5aff497c31fe60d0c04b
https://github.com/WebKit/WebKit/commit/715e928122550027230c5aff497c31fe60d0c04b
Author: Carlos Garcia Campos <[email protected]>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h
M
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h
Log Message:
-----------
[CoordinatedGraphics] Remove unused m_transformedVisibleRect from
CoordinatedPlatformLayer
https://bugs.webkit.org/show_bug.cgi?id=320738
Reviewed by Fujii Hironori.
Only the one including future is used, so we can keep that one as just
m_transformedVisibleRect. We can also simplify GraphicsLayerCoordinated,
m_layerTransform.cachedCombined is only used inside
computeLayerTransformIfNeeded()
so it can be a local variable.
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.cpp:
(WebCore::CoordinatedPlatformLayer::setTransformedVisibleRect):
(WebCore::CoordinatedPlatformLayer::updateBackingStore):
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h:
*
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp:
(WebCore::GraphicsLayerCoordinated::computeLayerTransformIfNeeded):
(WebCore::GraphicsLayerCoordinated::updateVisibleRect):
*
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h:
Canonical link: https://commits.webkit.org/318313@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications