| 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 601cee54a9df88203e39966af089c08385a26fdb..c80e1b957ae38f9e5099340b14ee33cd265fb296 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathUtilities.h
|
| @@ -21,7 +21,6 @@
|
| #define SVGPathUtilities_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/svg/SVGPathParser.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -37,7 +36,7 @@ bool buildPathFromByteStream(const SVGPathByteStream&, Path&);
|
| bool buildByteStreamFromString(const String&, SVGPathByteStream&);
|
|
|
| // SVGPathByteStream -> String
|
| -String buildStringFromByteStream(const SVGPathByteStream&, PathParsingMode);
|
| +String buildStringFromByteStream(const SVGPathByteStream&);
|
|
|
| } // namespace blink
|
|
|
|
|