Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.idl b/third_party/WebKit/Source/core/svg/SVGAnimationElement.idl |
index d20ae51256b6c77648db6fd29c3ae210ab49df40..c83a9a400ee056e0f5c1e7074c1abb84df7ca79b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.idl |
@@ -34,14 +34,14 @@ interface SVGAnimationElement : SVGElement { |
attribute EventHandler onend; |
attribute EventHandler onrepeat; |
- [RaisesException] float getStartTime(); |
- float getCurrentTime(); |
- [RaisesException] float getSimpleDuration(); |
+ [MeasureAs=SVGSMILAnimationElementTiming, RaisesException] float getStartTime(); |
+ [MeasureAs=SVGSMILAnimationElementTiming] float getCurrentTime(); |
+ [MeasureAs=SVGSMILAnimationElementTiming, RaisesException] float getSimpleDuration(); |
- void beginElement(); |
- void beginElementAt(float offset); |
- void endElement(); |
- void endElementAt(float offset); |
+ [MeasureAs=SVGSMILBeginEndAnimationElement] void beginElement(); |
+ [MeasureAs=SVGSMILBeginEndAnimationElement] void beginElementAt(float offset); |
+ [MeasureAs=SVGSMILBeginEndAnimationElement] void endElement(); |
+ [MeasureAs=SVGSMILBeginEndAnimationElement] void endElementAt(float offset); |
}; |
SVGAnimationElement implements SVGTests; |