| Index: third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl b/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
|
| index 1df661e046f575e860bcb44c75b3c970dfdbc476..1719f70e778d3a70a3dc1f7bad52c0b13e04d1d2 100644
|
| --- a/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
|
| +++ b/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // https://w3c.github.io/web-animations/#the-computedtimingproperties-dictionary
|
|
|
| -dictionary ComputedTimingProperties : KeyframeEffectOptions {
|
| +dictionary ComputedTimingProperties : AnimationEffectTimingProperties {
|
| unrestricted double endTime;
|
| unrestricted double activeDuration;
|
| double? localTime;
|
|
|