Index: Source/platform/geometry/LayoutPoint.h |
diff --git a/Source/core/platform/graphics/LayoutPoint.h b/Source/platform/geometry/LayoutPoint.h |
similarity index 98% |
rename from Source/core/platform/graphics/LayoutPoint.h |
rename to Source/platform/geometry/LayoutPoint.h |
index 4346a71a159267885b2682abf1354ea4da30f948..896703b28cf2333812d057a1cb4bdeb60afe7aa9 100644 |
--- a/Source/core/platform/graphics/LayoutPoint.h |
+++ b/Source/platform/geometry/LayoutPoint.h |
@@ -31,8 +31,8 @@ |
#ifndef LayoutPoint_h |
#define LayoutPoint_h |
-#include "core/platform/graphics/FloatPoint.h" |
-#include "core/platform/graphics/LayoutSize.h" |
+#include "platform/geometry/FloatPoint.h" |
+#include "platform/geometry/LayoutSize.h" |
#include "wtf/MathExtras.h" |
namespace WebCore { |