| Index: third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl b/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
|
| index 0977d57b02fc804916fd004476127dc63d674719..f3ed63ad2bb27fc8fce3f2f8fa5b4bce9c1920e3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGeometryElement.idl
|
| @@ -34,4 +34,6 @@ interface SVGGeometryElement : SVGGraphicsElement {
|
| // TODO(foolip): SVGPoint should be DOMPoint.
|
| boolean isPointInFill(SVGPoint point);
|
| boolean isPointInStroke(SVGPoint point);
|
| + float getTotalLength();
|
| + SVGPoint getPointAtLength(float distance);
|
| };
|
|
|