Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.idl

Issue 2947103002: Expose getAnimations as function on Document (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/animation/AnimationTimeline.idl
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
index 5b9821878068a6137d85c9f0975bf69bb923b9a8..dd32f96faa8bc4a3c06737db11e174bf6cb4f8a4 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
@@ -8,7 +8,4 @@
RuntimeEnabled=WebAnimationsAPI
] interface AnimationTimeline {
readonly attribute double? currentTime;
-
- // TODO(crbug.com/624639): Move getAnimations() to DocumentAnimatable
- sequence<Animation> getAnimations();
};

Powered by Google App Engine
This is Rietveld 408576698