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

Unified Diff: third_party/WebKit/Source/core/animation/PathSVGInterpolation.h

Issue 1408143004: Use PathSegmentData+SVGPath{Consumer,Source} in PathSVGInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InterpolatedPathSource 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/PathSVGInterpolation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/PathSVGInterpolation.h
diff --git a/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h b/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h
index 6a2a71d2e51c61742eb3c96ef5f0d19b25f9561b..8883e885c760fbf6b7835348836be122a89099de 100644
--- a/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h
+++ b/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h
@@ -6,7 +6,7 @@
#define PathSVGInterpolation_h
#include "core/animation/SVGInterpolation.h"
-#include "core/svg/SVGPathSegList.h"
+#include "core/svg/SVGPathSeg.h"
namespace blink {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/PathSVGInterpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698