| Index: Source/core/svg/SVGRadialGradientElement.h
|
| diff --git a/Source/core/svg/SVGRadialGradientElement.h b/Source/core/svg/SVGRadialGradientElement.h
|
| index a4d9fa8321c7529e0facfb997b0d80c4a3a21cbe..fe09b462cd16180249b07443997d452f6800488c 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&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
|
|
|
|