| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index 3bb611dc8fa31403e9a13a2d0027c284819c16ec..360ad9c66ec7e5477ff514ac26a8ae7782896c45 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&);
|
|
|
|
|