| Index: Source/core/svg/SVGRectElement.h
|
| diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h
|
| index 598fa07cf0dfe0b6a4cdf2c8c6794ad11a36b506..093111151a9107018661eee066d39b7185926c57 100644
|
| --- a/Source/core/svg/SVGRectElement.h
|
| +++ b/Source/core/svg/SVGRectElement.h
|
| @@ -43,13 +43,12 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - 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&);
|
|
|
| + virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
| + virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
|
|