| Index: Source/core/animation/ElementAnimation.idl
|
| diff --git a/Source/core/animation/ElementAnimation.idl b/Source/core/animation/ElementAnimation.idl
|
| index e5c5137854939fac5adad3b4820e86d63dd63989..2a888e39d0c41455846ab613570107e7c8d8b152 100644
|
| --- a/Source/core/animation/ElementAnimation.idl
|
| +++ b/Source/core/animation/ElementAnimation.idl
|
| @@ -31,7 +31,7 @@
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| ] partial interface Element {
|
| - Animation animate(sequence<Dictionary> keyframes, Dictionary timingInput);
|
| - Animation animate(sequence<Dictionary> keyframes, double timingInput);
|
| - Animation animate(sequence<Dictionary> keyframes);
|
| + [MeasureAs=ElementAnimateKeyframeListEffectObjectTiming] Animation animate(sequence<Dictionary> keyframes, Dictionary timingInput);
|
| + [MeasureAs=ElementAnimateKeyframeListEffectDoubleTiming] Animation animate(sequence<Dictionary> keyframes, double timingInput);
|
| + [MeasureAs=ElementAnimateKeyframeListEffectNoTiming] Animation animate(sequence<Dictionary> keyframes);
|
| };
|
|
|