Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4007389c11159d5897c715f3870e65ba3189f5d9
https://github.com/WebKit/WebKit/commit/4007389c11159d5897c715f3870e65ba3189f5d9
Author: Antoine Quint <[email protected]>
Date: 2025-11-26 (Wed, 26 Nov 2025)
Changed paths:
M Source/WebCore/animation/AnimationTimeline.cpp
M Source/WebCore/animation/AnimationTimeline.h
M Source/WebCore/animation/DocumentTimeline.cpp
M Source/WebCore/animation/DocumentTimeline.h
M Source/WebCore/animation/ScrollTimeline.cpp
M Source/WebCore/animation/ScrollTimeline.h
Log Message:
-----------
[threaded-animations] make
`AnimationTimeline::createAcceleratedRepresentation()` const
https://bugs.webkit.org/show_bug.cgi?id=303158
rdar://165466087
Reviewed by Anne van Kesteren.
The `AnimationTimeline::createAcceleratedRepresentation()` method should not
need
to modify its members, so codify this by making it `const`.
* Source/WebCore/animation/AnimationTimeline.cpp:
(WebCore::AnimationTimeline::createAcceleratedRepresentation const):
(WebCore::AnimationTimeline::createAcceleratedRepresentation): Deleted.
* Source/WebCore/animation/AnimationTimeline.h:
* Source/WebCore/animation/DocumentTimeline.cpp:
(WebCore::DocumentTimeline::createAcceleratedRepresentation const):
(WebCore::DocumentTimeline::createAcceleratedRepresentation): Deleted.
* Source/WebCore/animation/DocumentTimeline.h:
* Source/WebCore/animation/ScrollTimeline.cpp:
(WebCore::ScrollTimeline::createAcceleratedRepresentation const):
(WebCore::ScrollTimeline::createAcceleratedRepresentation): Deleted.
* Source/WebCore/animation/ScrollTimeline.h:
Canonical link: https://commits.webkit.org/303592@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications