| Index: third_party/WebKit/Source/core/svg/SVGRectElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRectElement.h b/third_party/WebKit/Source/core/svg/SVGRectElement.h
|
| index fa0db667ce5c453fd1765cc793969ace62721aa2..e5c898676815675275010f8a055b7f7d166b74aa 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRectElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRectElement.h
|
| @@ -48,8 +48,6 @@ class SVGRectElement final : public SVGGeometryElement {
|
| private:
|
| explicit SVGRectElement(Document&);
|
|
|
| - bool isPresentationAttribute(const QualifiedName&) const override;
|
| - bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| void collectStyleForPresentationAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| MutableStylePropertySet*) override;
|
|
|