Chromium Code Reviews| Index: Source/core/animation/Timeline.idl |
| diff --git a/Source/core/animation/Timeline.idl b/Source/core/animation/Timeline.idl |
| index e244d399e3faeffb049c14a8fea24e18d609af1b..e101c79005cde6a01a95e486b9724eeaf478fa95 100644 |
| --- a/Source/core/animation/Timeline.idl |
| +++ b/Source/core/animation/Timeline.idl |
| @@ -6,5 +6,6 @@ |
| RuntimeEnabled=WebAnimationsAPI, |
| ImplementedAs=DocumentTimeline, |
| ] interface Timeline { |
| + readonly attribute double? currentTime; |
| AnimationPlayer play(TimedItem source); |
| }; |