| Index: third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathUtilities.h b/third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| index b05b40c9ac4cec113ed2f78310e131dea66a1f5c..9f9ba6f496194d7e7cf2a960152df4861825d50a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| @@ -40,8 +40,6 @@ bool buildSVGPathByteStreamFromString(const String&, SVGPathByteStream&, PathPar
|
| // SVGPathByteStream -> String
|
| bool buildStringFromByteStream(const SVGPathByteStream&, String&, PathParsingMode);
|
|
|
| -bool addToSVGPathByteStream(SVGPathByteStream&, const SVGPathByteStream&, unsigned repeatCount = 1);
|
| -
|
| unsigned getSVGPathSegAtLengthFromSVGPathByteStream(const SVGPathByteStream&, float length);
|
| float getTotalLengthOfSVGPathByteStream(const SVGPathByteStream&);
|
| FloatPoint getPointAtLengthOfSVGPathByteStream(const SVGPathByteStream&, float length);
|
|
|