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 cd12eea94fe45f2fac2725db042a5d8b7ae983a3..43314a5802270ccb4dab8744e47ad04303404967 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl |
@@ -38,10 +38,10 @@ interface SVGSVGElement : SVGGraphicsElement { |
// TODO(philipj): currentTranslate should be a DOMPointReadOnly. |
[ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate; |
- [DeprecateAs=SVGSVGElementSuspendRedraw] unsigned long suspendRedraw(unsigned long maxWaitMilliseconds); |
- [DeprecateAs=SVGSVGElementUnsuspendRedraw] void unsuspendRedraw(unsigned long suspendHandleId); |
- [DeprecateAs=SVGSVGElementUnsuspendRedrawAll] void unsuspendRedrawAll(); |
- [DeprecateAs=SVGSVGElementForceRedraw] void forceRedraw(); |
+ [MeasureAs=SVGSVGElementSuspendRedraw] unsigned long suspendRedraw(unsigned long maxWaitMilliseconds); |
+ [MeasureAs=SVGSVGElementUnsuspendRedraw] void unsuspendRedraw(unsigned long suspendHandleId); |
+ [MeasureAs=SVGSVGElementUnsuspendRedrawAll] void unsuspendRedrawAll(); |
+ [MeasureAs=SVGSVGElementForceRedraw] void forceRedraw(); |
[RuntimeEnabled=smil] void pauseAnimations(); |
[RuntimeEnabled=smil] void unpauseAnimations(); |