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; |
}; |