Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index e4e0049e0c36672781d931cc622b53bf35455f17..2862402cdd73825ecd7a5493a68f867a1f18f013 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -78,8 +78,6 @@ |
virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
RefPtr<SVGAnimatedTransformList> m_transform; |
- virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
- virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
private: |
virtual bool isSVGGraphicsElement() const OVERRIDE FINAL { return true; } |