Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index c38e09f1752f43976c3ea5780650fcb6b8c1a922..64be6b34fecc67fe4c2e224e864594f19a0817d7 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&); |