| Index: third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| index f7a525b25b7280bcad064adb3ede160c60c10bba..5b0543f89b5f53d91abf1334e71739996e65d683 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl
|
| @@ -3,11 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| // https://w3c.github.io/web-animations/#the-animationeffecttiming-interface
|
| -// TODO(dstockwell): Should extend AnimationEffectTimingReadOnly
|
|
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| -] interface AnimationEffectTiming {
|
| +] interface AnimationEffectTiming : AnimationEffectTimingReadOnly {
|
| attribute double delay;
|
| attribute double endDelay;
|
| attribute DOMString fill;
|
|
|