| Index: third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.idl b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.idl
|
| index ea12f8dc0ab535af9db47773862151746bf06ae4..b9c5bc725d98e2c784b4231d8101e62ebe4bdaa0 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.idl
|
| @@ -35,5 +35,5 @@
|
| ImplementedAs=AnimationEffect,
|
| ] interface AnimationEffectReadOnly {
|
| readonly attribute AnimationEffectTiming timing;
|
| - readonly attribute ComputedTimingProperties computedTiming;
|
| + ComputedTimingProperties getComputedTiming();
|
| };
|
|
|