Index: Source/core/rendering/RenderLayerBacking.h |
diff --git a/Source/core/rendering/RenderLayerBacking.h b/Source/core/rendering/RenderLayerBacking.h |
index a20c9afd5955174b21de50fa4335d978bf79f469..d9727d3055aafc3b3d90111fc2d154ad76f8cc17 100644 |
--- a/Source/core/rendering/RenderLayerBacking.h |
+++ b/Source/core/rendering/RenderLayerBacking.h |
@@ -26,12 +26,12 @@ |
#ifndef RenderLayerBacking_h |
#define RenderLayerBacking_h |
-#include "core/platform/graphics/FloatPoint.h" |
-#include "core/platform/graphics/FloatPoint3D.h" |
#include "core/platform/graphics/GraphicsLayer.h" |
#include "core/platform/graphics/GraphicsLayerClient.h" |
-#include "core/platform/graphics/transforms/TransformationMatrix.h" |
#include "core/rendering/RenderLayer.h" |
+#include "platform/geometry/FloatPoint.h" |
+#include "platform/geometry/FloatPoint3D.h" |
+#include "platform/transforms/TransformationMatrix.h" |
namespace WebCore { |