| Index: Source/core/svg/SVGGradientElement.h | 
| diff --git a/Source/core/svg/SVGGradientElement.h b/Source/core/svg/SVGGradientElement.h | 
| index b6df574b13729bca2dc55d6bfe4aed93af101315..4a3b0f963a760a298cde834a3b14e56d9f150a67 100644 | 
| --- a/Source/core/svg/SVGGradientElement.h | 
| +++ b/Source/core/svg/SVGGradientElement.h | 
| @@ -66,6 +66,9 @@ protected: | 
| private: | 
| virtual bool needsPendingResourceHandling() const OVERRIDE FINAL { return false; } | 
|  | 
| +    virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; | 
| +    virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; | 
| + | 
| virtual void childrenChanged(const ChildrenChange&) OVERRIDE FINAL; | 
|  | 
| RefPtr<SVGAnimatedTransformList> m_gradientTransform; | 
|  |