Index: Source/core/svg/SVGMaskElement.h |
diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h |
index 5432b65d50e60da9d27a0f09acff9ff79d1472bf..f28b07062e4eff06b21c624525012878c1824d14 100644 |
--- a/Source/core/svg/SVGMaskElement.h |
+++ b/Source/core/svg/SVGMaskElement.h |
@@ -55,6 +55,9 @@ private: |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
+ virtual bool isPresentationAttribute(const QualifiedName&) const override; |
+ virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override; |
+ virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
virtual void svgAttributeChanged(const QualifiedName&) override; |
virtual void childrenChanged(const ChildrenChange&) override; |