Index: third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
index 4a662bf06859b6f2275bdfb89103ed14f5082576..6b9e2ad221c883d31ed9a0b60f5f9c1d41c25fbf 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
@@ -42,11 +42,11 @@ interface SVGSVGElement : SVGGraphicsElement { |
[MeasureAs=SVGSVGElementUnsuspendRedrawAll] void unsuspendRedrawAll(); |
[MeasureAs=SVGSVGElementForceRedraw] void forceRedraw(); |
- [RuntimeEnabled=smil] void pauseAnimations(); |
- [RuntimeEnabled=smil] void unpauseAnimations(); |
- [RuntimeEnabled=smil] boolean animationsPaused(); |
- [RuntimeEnabled=smil] float getCurrentTime(); |
- [RuntimeEnabled=smil] void setCurrentTime(float seconds); |
+ [MeasureAs=SVGSMILPausing, RuntimeEnabled=smil] void pauseAnimations(); |
+ [MeasureAs=SVGSMILPausing, RuntimeEnabled=smil] void unpauseAnimations(); |
+ [MeasureAs=SVGSMILPausing, RuntimeEnabled=smil] boolean animationsPaused(); |
+ [MeasureAs=SVGSMILCurrentTime, RuntimeEnabled=smil] float getCurrentTime(); |
+ [MeasureAs=SVGSMILCurrentTime, RuntimeEnabled=smil] void setCurrentTime(float seconds); |
// TODO(foolip): The rect arguments should be DOMRectReadOnly. |
NodeList getIntersectionList(SVGRect rect, SVGElement? referenceElement); |