| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index 280bad76c26555f235e8a12530deeda9c0c2e646..778ced47d08f68290e7a9d69a06759a78c78f187 100644
|
| --- a/Source/core/svg/SVGUseElement.h
|
| +++ b/Source/core/svg/SVGUseElement.h
|
| @@ -63,6 +63,8 @@ public:
|
| private:
|
| explicit SVGUseElement(Document&);
|
|
|
| + FloatRect getBBox() override;
|
| +
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
| bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
|
|