| 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 70779ef106d5a32ba561b4a4b15354e85db2dd1b..9e0d0e558982fb8a01d68b9568c17df6acb6b20f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -37,6 +37,7 @@ public:
|
| DECLARE_NODE_FACTORY(SVGPathElement);
|
|
|
| Path asPath() const override;
|
| + Path attributePath() const;
|
|
|
| float getTotalLength();
|
| SVGPointTearOff* getPointAtLength(float distance);
|
|
|