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

Unified Diff: third_party/WebKit/Source/core/animation/DocumentAnimation.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
« no previous file with comments | « third_party/WebKit/Source/core/animation/DocumentAnimation.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/DocumentAnimation.idl
diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
index 57d618e31db24d01af689b65efec691ed7487e09..c15faaa50556a1a62a9e0ff484f61763a0754105 100644
--- a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
+++ b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
@@ -8,4 +8,6 @@
RuntimeEnabled=WebAnimationsAPI
] partial interface Document {
readonly attribute DocumentTimeline timeline;
+
+ sequence<Animation> getAnimations();
};
« no previous file with comments | « third_party/WebKit/Source/core/animation/DocumentAnimation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698