Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cf6a98dec70cfea88402bc45d23a13e873d43743
      
https://github.com/WebKit/WebKit/commit/cf6a98dec70cfea88402bc45d23a13e873d43743
  Author: Antoine Quint <grao...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to