Index: Source/core/svg/SVGSVGElement.idl |
diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl |
index 0ad5d7ad7bf39d2803c42f5dc0c9748ce8dd973f..48848850b354d9276085c3f5fa6cb895c58ff876 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(); |
+ [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); |