| Index: core/animation/AnimationTimeline.idl
|
| diff --git a/core/animation/DocumentAnimation.idl b/core/animation/AnimationTimeline.idl
|
| similarity index 57%
|
| copy from core/animation/DocumentAnimation.idl
|
| copy to core/animation/AnimationTimeline.idl
|
| index 2bfb6a74b00d388c5f585b10f2d56950155c2458..b2c627afde32566ebdcf1e2ed676180db866a19b 100644
|
| --- a/core/animation/DocumentAnimation.idl
|
| +++ b/core/animation/AnimationTimeline.idl
|
| @@ -4,6 +4,8 @@
|
|
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| -] partial interface Document {
|
| - readonly attribute Timeline timeline;
|
| + WillBeGarbageCollected,
|
| +] interface AnimationTimeline {
|
| + readonly attribute double? currentTime;
|
| + AnimationPlayer play(AnimationNode source);
|
| };
|
|
|