Index: Source/core/svg/SVGRadialGradientElement.h |
diff --git a/Source/core/svg/SVGRadialGradientElement.h b/Source/core/svg/SVGRadialGradientElement.h |
index a4d9fa8321c7529e0facfb997b0d80c4a3a21cbe..a3b6319e8d418393d94dd58cf385ef3f1b39201d 100644 |
--- a/Source/core/svg/SVGRadialGradientElement.h |
+++ b/Source/core/svg/SVGRadialGradientElement.h |
@@ -46,6 +46,7 @@ private: |
explicit SVGRadialGradientElement(Document&); |
bool isSupportedAttribute(const QualifiedName&); |
+ void setAttributeAnimatedLength(SVGGradientElement*, RadialGradientAttributes&, bool isRadial = true); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |