Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index 0056dd68c1c6b9e61973e80354668930d4893d7f..224f3ebe4b43a243141f88e6baa610f9838fd54c 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -55,6 +55,10 @@ public: |
virtual void trace(Visitor*) override; |
+ virtual bool isPresentationAttribute(const QualifiedName&) const override; |
+ virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
+ virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override; |
+ |
private: |
explicit SVGUseElement(Document&); |