| Index: Source/core/svg/SVGGraphicsElement.h
|
| diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h
|
| index 2862402cdd73825ecd7a5493a68f867a1f18f013..e4e0049e0c36672781d931cc622b53bf35455f17 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.h
|
| +++ b/Source/core/svg/SVGGraphicsElement.h
|
| @@ -78,6 +78,8 @@ protected:
|
| 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; }
|
|
|