| Index: third_party/WebKit/Source/core/animation/Animation.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.idl b/third_party/WebKit/Source/core/animation/Animation.idl
|
| index d5faea4867a4af1f3e202950af28464256075b0d..00515cce3a477626001fed217b0867f95d67b0d9 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.idl
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.idl
|
| @@ -37,7 +37,8 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
|
| DependentLifetime,
|
| NoInterfaceObject,
|
| ] interface Animation : EventTarget {
|
| - // TODO(dstockwell): Add timeline property.
|
| + // TODO(alancutter): Make the timeline attribute mutable.
|
| + [RuntimeEnabled=WebAnimationsAPI] readonly attribute AnimationTimeline? timeline;
|
| [RuntimeEnabled=WebAnimationsAPI] attribute AnimationEffectReadOnly? effect;
|
| [Measure] attribute double? startTime;
|
| [Measure] attribute double? currentTime;
|
|
|