| Index: Source/core/svg/SVGRectElement.h
|
| diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h
|
| index 52f59f2faf68d3ec9cfdcebe66230e9f18dd8329..2b5a18531f37e7201002b7a34fc242968121d346 100644
|
| --- a/Source/core/svg/SVGRectElement.h
|
| +++ b/Source/core/svg/SVGRectElement.h
|
| @@ -43,6 +43,10 @@ public:
|
|
|
| virtual void trace(Visitor*) override;
|
|
|
| + virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
| + virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
| +
|
| private:
|
| explicit SVGRectElement(Document&);
|
|
|
|
|