| 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 4a7a019e218c9f24a299fc75362e3c76653da23e..601cee54a9df88203e39966af089c08385a26fdb 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/svg/SVGPathParser.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -40,10 +39,6 @@ bool buildByteStreamFromString(const String&, SVGPathByteStream&);
|
| // SVGPathByteStream -> String
|
| String buildStringFromByteStream(const SVGPathByteStream&, PathParsingMode);
|
|
|
| -unsigned getSVGPathSegAtLengthFromSVGPathByteStream(const SVGPathByteStream&, float length);
|
| -float getTotalLengthOfSVGPathByteStream(const SVGPathByteStream&);
|
| -FloatPoint getPointAtLengthOfSVGPathByteStream(const SVGPathByteStream&, float length);
|
| -
|
| } // namespace blink
|
|
|
| #endif // SVGPathUtilities_h
|
|
|