[webkit-changes] [WebKit/WebKit] 600168: [web-animations] use dynamicDowncast<> when downca...
Antoine Quint
noreply at github.com
Sun Jan 8 12:04:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 600168ef8d8f2825d40b1df5cb3e64b8729098e2
https://github.com/WebKit/WebKit/commit/600168ef8d8f2825d40b1df5cb3e64b8729098e2
Author: Antoine Quint <graouts at apple.com>
Date: 2023-01-08 (Sun, 08 Jan 2023)
Changed paths:
M Source/WebCore/animation/AnimationTimeline.cpp
M Source/WebCore/animation/CSSAnimation.cpp
M Source/WebCore/animation/DeclarativeAnimation.cpp
M Source/WebCore/animation/DocumentTimeline.cpp
M Source/WebCore/inspector/agents/InspectorAnimationAgent.cpp
M Source/WebCore/style/Styleable.cpp
Log Message:
-----------
[web-animations] use dynamicDowncast<> when downcast<KeyframeEffect> is used
https://bugs.webkit.org/show_bug.cgi?id=250294
Reviewed by Tim Nguyen.
* Source/WebCore/animation/AnimationTimeline.cpp:
(WebCore::AnimationTimeline::removeAnimation):
* Source/WebCore/animation/CSSAnimation.cpp:
(WebCore::CSSAnimation::syncPropertiesWithBackingAnimation):
* Source/WebCore/animation/DeclarativeAnimation.cpp:
(WebCore::DeclarativeAnimation::flushPendingStyleChanges const):
* Source/WebCore/animation/DocumentTimeline.cpp:
(WebCore::DocumentTimeline::animationCanBeRemoved):
(WebCore::DocumentTimeline::transitionDidComplete):
(WebCore::DocumentTimeline::applyPendingAcceleratedAnimations):
* Source/WebCore/inspector/agents/InspectorAnimationAgent.cpp:
(WebCore::buildObjectForEffect):
* Source/WebCore/style/Styleable.cpp:
(WebCore::Styleable::computeAnimationExtent const):
Canonical link: https://commits.webkit.org/258639@main
More information about the webkit-changes
mailing list