Title: [261218] trunk/Source/WebCore
Revision
261218
Author
grao...@webkit.org
Date
2020-05-06 01:09:10 -0700 (Wed, 06 May 2020)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (261217 => 261218)


--- trunk/Source/WebCore/ChangeLog	2020-05-06 08:06:03 UTC (rev 261217)
+++ trunk/Source/WebCore/ChangeLog	2020-05-06 08:09:10 UTC (rev 261218)
@@ -1,3 +1,15 @@
+2020-05-06  Antoine Quint  <grao...@apple.com>
+
+        [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.
+
 2020-05-05  Antoine Quint  <grao...@apple.com>
 
         Fix animation ordering to make imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative.html pass

Modified: trunk/Source/WebCore/animation/AnimationTimeline.h (261217 => 261218)


--- trunk/Source/WebCore/animation/AnimationTimeline.h	2020-05-06 08:06:03 UTC (rev 261217)
+++ trunk/Source/WebCore/animation/AnimationTimeline.h	2020-05-06 08:09:10 UTC (rev 261218)
@@ -53,7 +53,6 @@
     virtual bool isDocumentTimeline() const { return false; }
 
     const AnimationCollection& relevantAnimations() const { return m_animations; }
-    const Vector<WeakPtr<WebAnimation>>& allAnimations() const { return m_allAnimations; }
 
     void forgetAnimation(WebAnimation*);
     virtual void animationTimingDidChange(WebAnimation&);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to