Index: third_party/WebKit/Source/core/svg/SVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h |
index 045097886369f93ae41ca74573b60805605c3423..5df01148f2673bd9d14c84f6d4421c0851ddc769 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -89,6 +89,9 @@ public: |
void setWebAnimatedAttribute(const QualifiedName& attribute, SVGPropertyBase*); |
void clearWebAnimatedAttributes(); |
+ void setAnimatedAttribute(const QualifiedName&, SVGPropertyBase*); |
+ void clearAnimatedAttribute(const QualifiedName&); |
+ |
SVGSVGElement* ownerSVGElement() const; |
SVGElement* viewportElement() const; |