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

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: More expectation updates. 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/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"

Powered by Google App Engine
This is Rietveld 408576698