| 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 00515cce3a477626001fed217b0867f95d67b0d9..d5faea4867a4af1f3e202950af28464256075b0d 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.idl
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.idl
|
| @@ -37,8 +37,7 @@
|
| DependentLifetime,
|
| NoInterfaceObject,
|
| ] interface Animation : EventTarget {
|
| - // TODO(alancutter): Make the timeline attribute mutable.
|
| - [RuntimeEnabled=WebAnimationsAPI] readonly attribute AnimationTimeline? timeline;
|
| + // TODO(dstockwell): Add timeline property.
|
| [RuntimeEnabled=WebAnimationsAPI] attribute AnimationEffectReadOnly? effect;
|
| [Measure] attribute double? startTime;
|
| [Measure] attribute double? currentTime;
|
|
|