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) |