| 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..9f49ff93854b0f854314b240ebcec4e9435b7e5b 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.idl
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.idl
|
| @@ -37,8 +37,9 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
|
| DependentLifetime,
|
| NoInterfaceObject,
|
| ] interface Animation : EventTarget {
|
| - // TODO(dstockwell): Add timeline property.
|
| + // TODO(suzyh): Make timeline mutable.
|
| [RuntimeEnabled=WebAnimationsAPI] attribute AnimationEffectReadOnly? effect;
|
| + [RuntimeEnabled=WebAnimationsAPI] readonly attribute AnimationTimeline? timeline;
|
| [Measure] attribute double? startTime;
|
| [Measure] attribute double? currentTime;
|
| [Measure] attribute double playbackRate;
|
|
|