Index: Source/core/svg/SVGSVGElement.idl |
diff --git a/Source/core/svg/SVGSVGElement.idl b/Source/core/svg/SVGSVGElement.idl |
index 1b699145555492d7456f36076b3e3bad46d875fa..caf8022555c2fb1cefff086b68c3bf746cc00de8 100644 |
--- a/Source/core/svg/SVGSVGElement.idl |
+++ b/Source/core/svg/SVGSVGElement.idl |
@@ -42,10 +42,6 @@ |
attribute float currentScale; |
[ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] unsigned long suspendRedraw(unsigned long maxWaitMilliseconds); |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] void unsuspendRedraw(unsigned long suspendHandleId); |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] void unsuspendRedrawAll(); |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] void forceRedraw(); |
void pauseAnimations(); |
void unpauseAnimations(); |
boolean animationsPaused(); |