| 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 921e1bede4b61a0b95b77f405ffc5f1e8265f91d..70779ef106d5a32ba561b4a4b15354e85db2dd1b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -50,6 +50,8 @@ public:
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
|
|
| + FloatRect getBBox() override;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|