Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 507ee6ca5f593592f590951b4375c2be323385b5
https://github.com/WebKit/WebKit/commit/507ee6ca5f593592f590951b4375c2be323385b5
Author: Carlos Garcia Campos <[email protected]>
Date: 2026-09-18 (Fri, 18 Sep 2026)
Changed paths:
M Source/WebCore/platform/graphics/GraphicsLayer.cpp
M Source/WebCore/platform/graphics/GraphicsLayer.h
M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h
M Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.cpp
M Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h
M Source/WebCore/platform/graphics/texmap/coordinated/AcceleratedAnimation.h
M
Source/WebCore/platform/graphics/texmap/coordinated/AcceleratedAnimations.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/AcceleratedAnimations.h
M
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h
M Source/WebCore/rendering/RenderElement.h
M Source/WebCore/rendering/RenderLayerBacking.cpp
M Source/WebCore/rendering/RenderLayerBacking.h
M Source/WebCore/rendering/RenderLayerModelObject.cpp
M Source/WebCore/rendering/RenderLayerModelObject.h
Log Message:
-----------
Remove unused GraphicsLayer::suspend|resumeAnimations
https://bugs.webkit.org/show_bug.cgi?id=324536
Reviewed by Sam Weinig.
They are unused since legacy animations code was removed in 229462@main.
* Source/WebCore/platform/graphics/GraphicsLayer.cpp:
(WebCore::GraphicsLayer::suspendAnimations): Deleted.
(WebCore::GraphicsLayer::resumeAnimations): Deleted.
* Source/WebCore/platform/graphics/GraphicsLayer.h:
(WebCore::GraphicsLayer::transformRelatedPropertyDidChange):
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore::GraphicsLayerCA::ensureStructuralLayer):
* Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.cpp:
(WebCore::TextureMapperAnimations::suspend): Deleted.
(WebCore::TextureMapperAnimations::resume): Deleted.
* Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:
* Source/WebCore/platform/graphics/texmap/coordinated/AcceleratedAnimation.h:
(WebCore::AcceleratedAnimation::Playback::suspend): Deleted.
(WebCore::AcceleratedAnimation::Playback::resume): Deleted.
* Source/WebCore/platform/graphics/texmap/coordinated/AcceleratedAnimations.cpp:
(WebCore::AcceleratedAnimations::suspend): Deleted.
(WebCore::AcceleratedAnimations::resume): Deleted.
* Source/WebCore/platform/graphics/texmap/coordinated/AcceleratedAnimations.h:
*
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp:
(WebCore::GraphicsLayerCoordinated::suspendAnimations): Deleted.
(WebCore::GraphicsLayerCoordinated::resumeAnimations): Deleted.
*
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h:
* Source/WebCore/rendering/RenderElement.h:
(WebCore::RenderElement::suspendAnimations): Deleted.
* Source/WebCore/rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::suspendAnimations): Deleted.
(WebCore::RenderLayerBacking::resumeAnimations): Deleted.
* Source/WebCore/rendering/RenderLayerBacking.h:
* Source/WebCore/rendering/RenderLayerModelObject.cpp:
(WebCore::RenderLayerModelObject::suspendAnimations): Deleted.
* Source/WebCore/rendering/RenderLayerModelObject.h:
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:
Canonical link: https://commits.webkit.org/321439@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications