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

Unified Diff: public/platform/WebFloatPoint.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/web/tests/WebFrameTest.cpp ('k') | public/platform/WebFloatQuad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFloatPoint.h
diff --git a/public/platform/WebFloatPoint.h b/public/platform/WebFloatPoint.h
index 2b42ae070970c3b59f41951c1738ee93059d92bf..eebbb6dbe6b133a2dd6e7335a345db45dbfcb50d 100644
--- a/public/platform/WebFloatPoint.h
+++ b/public/platform/WebFloatPoint.h
@@ -34,7 +34,7 @@
#include "WebCommon.h"
#if BLINK_IMPLEMENTATION
-#include "core/platform/graphics/FloatPoint.h"
+#include "platform/geometry/FloatPoint.h"
#else
#include <ui/gfx/point_f.h>
#endif
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/platform/WebFloatQuad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698