| Index: third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.h b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| index 06c4dc370d2de6c31f7f2fbbb3ef296e6bfe6f13..cd33a84a20428abf104b9d052868d83e695400b0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -51,9 +51,6 @@ class SVGPathElement final : public SVGGeometryElement {
|
| return stylePath()->byteStream();
|
| }
|
|
|
| - bool isPresentationAttribute(const QualifiedName&) const override;
|
| - bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| -
|
| FloatRect getBBox() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|