Chromium Code Reviews| Index: Source/core/svg/SVGLinearGradientElement.h |
| diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h |
| index 58ad6d464d45a83bf07a64f14a21741df5008499..ce7e132cd0cd1961e26549352b443f0129d08d54 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&, bool isLinear = true); |
|
Stephen Chennney
2014/01/16 15:39:34
Rename to setGradientAttributes. and it should be
gyuyoung-inactive
2014/01/17 05:38:26
Done.
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |