Index: Source/core/platform/graphics/GraphicsLayer.h |
diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h |
index a2b6629a382fe7c3e74ee7eadaf76b5405aac824..3c6e09254c405623bc46c077b79536ccf0de6c46 100644 |
--- a/Source/core/platform/graphics/GraphicsLayer.h |
+++ b/Source/core/platform/graphics/GraphicsLayer.h |
@@ -28,15 +28,14 @@ |
#define GraphicsLayer_h |
#include "core/platform/graphics/Color.h" |
-#include "core/platform/graphics/FloatPoint.h" |
-#include "core/platform/graphics/FloatPoint3D.h" |
-#include "core/platform/graphics/FloatSize.h" |
#include "core/platform/graphics/GraphicsLayerClient.h" |
-#include "core/platform/graphics/IntRect.h" |
#include "core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h" |
#include "core/platform/graphics/filters/FilterOperations.h" |
-#include "core/platform/graphics/transforms/TransformationMatrix.h" |
- |
+#include "platform/geometry/FloatPoint.h" |
+#include "platform/geometry/FloatPoint3D.h" |
+#include "platform/geometry/FloatSize.h" |
+#include "platform/geometry/IntRect.h" |
+#include "platform/transforms/TransformationMatrix.h" |
#include "wtf/OwnPtr.h" |
#include "wtf/PassOwnPtr.h" |
#include "wtf/Vector.h" |