| 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 dd32f96faa8bc4a3c06737db11e174bf6cb4f8a4..f10a5573983ef1c75ad3ac817adff4ca0b651d93 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
|
| @@ -5,7 +5,8 @@
|
| // https://w3c.github.io/web-animations/#the-animationtimeline-interface
|
|
|
| [
|
| - RuntimeEnabled=WebAnimationsAPI
|
| + RuntimeEnabled=WebAnimationsAPI,
|
| + ImplementedAs=SuperAnimationTimeline
|
| ] interface AnimationTimeline {
|
| readonly attribute double? currentTime;
|
| };
|
|
|