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

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

Issue 2944423003: Implement new AnimationTimeline superclass (Closed)
Patch Set: 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/DocumentTimeline.idl
diff --git a/third_party/WebKit/Source/core/animation/DocumentTimeline.idl b/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
index ba3ba5b74e21908e502d30c9efb59afc2e3e88db..5c692cb16d6d3801f523a1d87c64503e3e06cf89 100644
--- a/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
+++ b/third_party/WebKit/Source/core/animation/DocumentTimeline.idl
@@ -6,5 +6,6 @@
[
RuntimeEnabled=WebAnimationsAPI,
+ ImplementedAs=AnimationTimeline,
] interface DocumentTimeline : AnimationTimeline {
};

Powered by Google App Engine
This is Rietveld 408576698