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

Unified Diff: Source/platform/geometry/FloatPolygon.cpp

Issue 32823017: Move FloatPolygon.* and WindRule.h to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Export classes/enum for win/mac 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/platform/geometry/FloatPolygon.h ('k') | Source/platform/graphics/WindRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/FloatPolygon.cpp
diff --git a/Source/core/platform/graphics/FloatPolygon.cpp b/Source/platform/geometry/FloatPolygon.cpp
similarity index 99%
rename from Source/core/platform/graphics/FloatPolygon.cpp
rename to Source/platform/geometry/FloatPolygon.cpp
index c455a3e1c7f010570f83e20bb9a7c8840120a621..98add284ed95734d210b3cbdb572121d5f965f61 100644
--- a/Source/core/platform/graphics/FloatPolygon.cpp
+++ b/Source/platform/geometry/FloatPolygon.cpp
@@ -28,7 +28,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/FloatPolygon.h"
+#include "platform/geometry/FloatPolygon.h"
#include "wtf/MathExtras.h"
« no previous file with comments | « Source/platform/geometry/FloatPolygon.h ('k') | Source/platform/graphics/WindRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698