| Index: core/animation/AnimationEffect.idl
|
| diff --git a/core/animation/Timeline.idl b/core/animation/AnimationEffect.idl
|
| similarity index 68%
|
| rename from core/animation/Timeline.idl
|
| rename to core/animation/AnimationEffect.idl
|
| index 47138f768036aa66d960d3eac3207afebb624c6e..f5dc6ce2f5788ac2b080b806ce9f3afba8188b3f 100644
|
| --- a/core/animation/Timeline.idl
|
| +++ b/core/animation/AnimationEffect.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| - ImplementedAs=DocumentTimeline,
|
| -] interface Timeline {
|
| - Player play(TimedItem source);
|
| + NoInterfaceObject,
|
| + WillBeGarbageCollected
|
| +] interface AnimationEffect {
|
| };
|
|
|