Index: Source/core/svg/SVGPatternElement.h |
diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h |
index dac2cc8eb5d2c54407523b7c11a467e6e9f53fa1..26b7c7b8e758795d44cb506f7568b4435711640e 100644 |
--- a/Source/core/svg/SVGPatternElement.h |
+++ b/Source/core/svg/SVGPatternElement.h |
@@ -70,6 +70,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; |