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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.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/AnimationTimeline.idl
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
index 3af3003058de5f26187ff9d16bfcd287a92fd8ec..343f2fd191bf565e9b217d6e805eb4f45072fa61 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
@@ -6,6 +6,7 @@
[
RuntimeEnabled=WebAnimationsAPI,
+ ImplementedAs=SuperAnimationTimeline,
] interface AnimationTimeline {
readonly attribute double? currentTime;
};

Powered by Google App Engine
This is Rietveld 408576698