| 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 71e053007648d6abb3af2e5ad6dffbb65eea9ca5..1df661e046f575e860bcb44c75b3c970dfdbc476 100644
|
| --- a/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
|
| +++ b/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
|
| @@ -5,13 +5,9 @@
|
| // https://w3c.github.io/web-animations/#the-computedtimingproperties-dictionary
|
|
|
| dictionary ComputedTimingProperties : KeyframeEffectOptions {
|
| - // TODO(dstockwell): There is no startTime member in the spec.
|
| - double startTime;
|
| - unrestricted double endTime;
|
| - unrestricted double activeDuration;
|
| - double? localTime;
|
| - // TODO(dstockwell): The timeFraction and currentIteration members should
|
| - // both be of type unrestricted double? (nullable).
|
| - unrestricted double timeFraction;
|
| - unsigned long? currentIteration;
|
| + unrestricted double endTime;
|
| + unrestricted double activeDuration;
|
| + double? localTime;
|
| + double? progress;
|
| + unrestricted double? currentIteration;
|
| };
|
|
|