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

Unified Diff: Source/core/svg/SVGPathStringBuilder.h

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « Source/core/svg/SVGPathSegListSource.h ('k') | Source/core/svg/SVGPathStringSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathStringBuilder.h
diff --git a/Source/core/svg/SVGPathStringBuilder.h b/Source/core/svg/SVGPathStringBuilder.h
index 8e20442aba33cea10734d3e466565fbc782a14f1..68938945e1aa1e7ac9fa54df760434257f473997 100644
--- a/Source/core/svg/SVGPathStringBuilder.h
+++ b/Source/core/svg/SVGPathStringBuilder.h
@@ -20,8 +20,8 @@
#ifndef SVGPathStringBuilder_h
#define SVGPathStringBuilder_h
-#include "core/platform/graphics/FloatPoint.h"
#include "core/svg/SVGPathConsumer.h"
+#include "platform/geometry/FloatPoint.h"
#include "wtf/text/StringBuilder.h"
namespace WebCore {
« no previous file with comments | « Source/core/svg/SVGPathSegListSource.h ('k') | Source/core/svg/SVGPathStringSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698