| 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 9f9ba6f496194d7e7cf2a960152df4861825d50a..3cd03911e02f5877ec8e409becf3df8dcdf28e48 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 buildSVGPathByteStreamFromString(const String&, SVGPathByteStream&, PathPar
|
| // SVGPathByteStream -> String
|
| bool buildStringFromByteStream(const SVGPathByteStream&, String&, PathParsingMode);
|
|
|
| -unsigned getSVGPathSegAtLengthFromSVGPathByteStream(const SVGPathByteStream&, float length);
|
| -float getTotalLengthOfSVGPathByteStream(const SVGPathByteStream&);
|
| -FloatPoint getPointAtLengthOfSVGPathByteStream(const SVGPathByteStream&, float length);
|
| -
|
| } // namespace blink
|
|
|
| #endif // SVGPathUtilities_h
|
|
|