[webkit-changes] [WebKit/WebKit] ab90db: Drop AnimationTimeline::m_allAnimations

Chris Dumez noreply at github.com
Thu Mar 23 04:02:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab90dbdd61bfba28539fa87268524c5426060f54
      https://github.com/WebKit/WebKit/commit/ab90dbdd61bfba28539fa87268524c5426060f54
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M Source/WebCore/animation/AnimationTimeline.cpp
    M Source/WebCore/animation/AnimationTimeline.h
    M Source/WebCore/animation/DocumentTimeline.cpp
    M Source/WebCore/animation/WebAnimation.cpp

  Log Message:
  -----------
  Drop AnimationTimeline::m_allAnimations
https://bugs.webkit.org/show_bug.cgi?id=254294

Reviewed by Antoine Quint.

Drop AnimationTimeline::m_allAnimations as it seems using AnimationTimeline::m_animations
is equivalent.

* Source/WebCore/animation/AnimationTimeline.cpp:
(WebCore::AnimationTimeline::animationTimingDidChange):
(WebCore::AnimationTimeline::forgetAnimation): Deleted.
* Source/WebCore/animation/AnimationTimeline.h:
* Source/WebCore/animation/DocumentTimeline.cpp:
(WebCore::DocumentTimeline::removeReplacedAnimations):
* Source/WebCore/animation/WebAnimation.cpp:
(WebCore::WebAnimation::~WebAnimation):

Canonical link: https://commits.webkit.org/262012@main




More information about the webkit-changes mailing list