Chromium Code Reviews| Index: Source/core/animation/ElementAnimation.idl |
| diff --git a/Source/core/animation/ElementAnimation.idl b/Source/core/animation/ElementAnimation.idl |
| index e191d950bc02e025aac90ab22382d9a37232258a..9643ce28a1e28d1f937a05ac80a99541a50a9976 100644 |
| --- a/Source/core/animation/ElementAnimation.idl |
| +++ b/Source/core/animation/ElementAnimation.idl |
| @@ -29,5 +29,5 @@ |
| */ |
| partial interface Element { |
| - [RuntimeEnabled=WebAnimationsAPI] void animate(sequence<Dictionary> keyframes, optional double duration); |
| + [RuntimeEnabled=WebAnimationsAPI] void animate(sequence<Dictionary> keyframes, optional any timingInput); |
| }; |