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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 months 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/SVGPathByteStreamBuilder.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp b/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp
index bda268b82f0a76a0f08ff5a75d9b94a15e1bf2a8..86b63718bb82623379f1cc66414b51d059e7459b 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp
@@ -21,7 +21,7 @@
#include "core/svg/SVGPathByteStreamBuilder.h"
#include "core/svg/SVGPathByteStream.h"
-#include "core/svg/SVGPathSeg.h"
+#include "core/svg/SVGPathData.h"
#include "platform/geometry/FloatPoint.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698