| Index: Source/core/svg/SVGLinearGradientElement.h
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h
|
| index 58ad6d464d45a83bf07a64f14a21741df5008499..fadf293ff5dbf0e8a7cd6639428b4883d36ddc20 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.h
|
| +++ b/Source/core/svg/SVGLinearGradientElement.h
|
| @@ -44,6 +44,7 @@ private:
|
| explicit SVGLinearGradientElement(Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| + void setAttributeAnimatedLength(SVGGradientElement*, LinearGradientAttributes&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
|
|
|
|