| Index: Source/core/svg/SVGGradientElement.h
|
| diff --git a/Source/core/svg/SVGGradientElement.h b/Source/core/svg/SVGGradientElement.h
|
| index 4a3b0f963a760a298cde834a3b14e56d9f150a67..b6df574b13729bca2dc55d6bfe4aed93af101315 100644
|
| --- a/Source/core/svg/SVGGradientElement.h
|
| +++ b/Source/core/svg/SVGGradientElement.h
|
| @@ -66,9 +66,6 @@ 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;
|
|
|