[webkit-changes] [WebKit/WebKit] cf6a98: [web-animations] the AnimationEffect::ticksContino...
Antoine Quint
noreply at github.com
Thu Dec 7 10:02:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cf6a98dec70cfea88402bc45d23a13e873d43743
https://github.com/WebKit/WebKit/commit/cf6a98dec70cfea88402bc45d23a13e873d43743
Author: Antoine Quint <graouts at webkit.org>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M Source/WebCore/animation/AnimationEffect.cpp
M Source/WebCore/animation/AnimationEffect.h
M Source/WebCore/animation/CustomEffect.h
M Source/WebCore/animation/KeyframeEffect.cpp
M Source/WebCore/animation/KeyframeEffect.h
Log Message:
-----------
[web-animations] the AnimationEffect::ticksContinouslyWhileActive() method has a typo in its name
https://bugs.webkit.org/show_bug.cgi?id=265955
rdar://119265944
Reviewed by Aditya Keerthi.
The correct spelling is ticksContinuouslyWhileActive.
* Source/WebCore/animation/AnimationEffect.cpp:
(WebCore::AnimationEffect::timeToNextTick const):
* Source/WebCore/animation/AnimationEffect.h:
(WebCore::AnimationEffect::ticksContinuouslyWhileActive const):
(WebCore::AnimationEffect::ticksContinouslyWhileActive const): Deleted.
* Source/WebCore/animation/CustomEffect.h:
* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::ticksContinuouslyWhileActive const):
(WebCore::KeyframeEffect::timeToNextTick const):
(WebCore::KeyframeEffect::ticksContinouslyWhileActive const): Deleted.
* Source/WebCore/animation/KeyframeEffect.h:
Canonical link: https://commits.webkit.org/271681@main
More information about the webkit-changes
mailing list