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

Unified Diff: public/platform/WebPoint.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 | « public/platform/WebFloatSize.h ('k') | public/platform/WebRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPoint.h
diff --git a/public/platform/WebPoint.h b/public/platform/WebPoint.h
index c99af5217bc93944278b7d077df9fe8e26908506..c701e2c0cf42a7d472ce76a5785738854354c1ce 100644
--- a/public/platform/WebPoint.h
+++ b/public/platform/WebPoint.h
@@ -34,7 +34,7 @@
#include "WebCommon.h"
#if INSIDE_BLINK
-#include "core/platform/graphics/IntPoint.h"
+#include "platform/geometry/IntPoint.h"
#else
#include <ui/gfx/point.h>
#endif
« no previous file with comments | « public/platform/WebFloatSize.h ('k') | public/platform/WebRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698