Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(772)

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathUtilities.h

Issue 1476283002: Drop PathParsingMode argument to buildStringFromByteStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove include; Drop forward decl. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698