Changeset 261218 in webkit


Ignore:
Timestamp:
May 6, 2020 1:09:10 AM (4 years ago)
Author:
graouts@webkit.org
Message:

[Web Animations] Coordinate "update animations and send events" procedure across multiple timelines
https://bugs.webkit.org/show_bug.cgi?id=202109

Unreviewed.

Remove an unused function.

  • animation/AnimationTimeline.h:

(WebCore::AnimationTimeline::allAnimations const): Deleted.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r261217 r261218  
     12020-05-06  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Coordinate "update animations and send events" procedure across multiple timelines
     4        https://bugs.webkit.org/show_bug.cgi?id=202109
     5
     6        Unreviewed.
     7
     8        Remove an unused function.
     9
     10        * animation/AnimationTimeline.h:
     11        (WebCore::AnimationTimeline::allAnimations const): Deleted.
     12
    1132020-05-05  Antoine Quint  <graouts@apple.com>
    214
  • trunk/Source/WebCore/animation/AnimationTimeline.h

    r261029 r261218  
    5454
    5555    const AnimationCollection& relevantAnimations() const { return m_animations; }
    56     const Vector<WeakPtr<WebAnimation>>& allAnimations() const { return m_allAnimations; }
    5756
    5857    void forgetAnimation(WebAnimation*);
Note: See TracChangeset for help on using the changeset viewer.