Chromium Code Reviews| Index: Source/core/svg/SVGSVGElement.idl |
| diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl |
| index 0ad5d7ad7bf39d2803c42f5dc0c9748ce8dd973f..cad6191fc1e156884deb3f2ac5091596f34255c8 100644 |
| --- a/Source/core/svg/SVGSVGElement.idl |
| +++ b/Source/core/svg/SVGSVGElement.idl |
| @@ -44,11 +44,13 @@ |
| [RuntimeEnabled=SVG1DOM, DeprecateAs=SVGSVGElementUnsuspendRedraw] void unsuspendRedraw(unsigned long suspendHandleId); |
| [RuntimeEnabled=SVG1DOM, DeprecateAs=SVGSVGElementUnsuspendRedrawAll] void unsuspendRedrawAll(); |
| [RuntimeEnabled=SVG1DOM, DeprecateAs=SVGSVGElementForceRedraw] void forceRedraw(); |
| - void pauseAnimations(); |
| - void unpauseAnimations(); |
| - boolean animationsPaused(); |
| - float getCurrentTime(); |
| - void setCurrentTime(float seconds); |
| + |
| + [RuntimeEnabled=SMIL] void pauseAnimations(); |
| + [RuntimeEnabled=SMIL] void unpauseAnimations(); |
| + [RuntimeEnabled=SMIL] boolean animationsPaused(); |
| + [RuntimeEnabled=SMIL] float getCurrentTime(); |
|
pdr.
2015/07/23 22:16:02
There are some edge cases where this may be useful
|
| + [RuntimeEnabled=SMIL] void setCurrentTime(float seconds); |
| + |
| // TODO(philipj): The rect arguments should be DOMRectReadOnly. |
| NodeList getIntersectionList(SVGRect rect, SVGElement? referenceElement); |
| NodeList getEnclosureList(SVGRect rect, SVGElement? referenceElement); |