Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathBlender.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp b/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
index c24f3dbb8e772d43cf9e89da1dc01800542fa747..921988f268f73e092ecc9f21b8dd77f7c09793e0 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
@@ -21,7 +21,7 @@
#include "core/svg/SVGPathBlender.h"
#include "core/svg/SVGPathConsumer.h"
-#include "core/svg/SVGPathSeg.h"
+#include "core/svg/SVGPathData.h"
#include "core/svg/SVGPathSource.h"
#include "platform/animation/AnimationUtilities.h"
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPath.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine