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

Unified Diff: Source/platform/geometry/IntPoint.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/platform/geometry/FloatSize.cpp ('k') | Source/platform/geometry/IntRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/IntPoint.h
diff --git a/Source/core/platform/graphics/IntPoint.h b/Source/platform/geometry/IntPoint.h
similarity index 99%
rename from Source/core/platform/graphics/IntPoint.h
rename to Source/platform/geometry/IntPoint.h
index 80746c4bfb8007ce5a67a5296fd80cd2f42ba532..944fc3257f616eb300796be510e78df8827c1a8a 100644
--- a/Source/core/platform/graphics/IntPoint.h
+++ b/Source/platform/geometry/IntPoint.h
@@ -27,7 +27,7 @@
#ifndef IntPoint_h
#define IntPoint_h
-#include "core/platform/graphics/IntSize.h"
+#include "platform/geometry/IntSize.h"
#include "wtf/MathExtras.h"
#if OS(MACOSX)
« no previous file with comments | « Source/platform/geometry/FloatSize.cpp ('k') | Source/platform/geometry/IntRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698