Index: Source/core/platform/graphics/GraphicsLayer.h |
diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h |
index fd2c0da58dc75791e922cf9dbd92a011e7712c90..20a939bc4ab359cd346601deef3372e1fea16f79 100644 |
--- a/Source/core/platform/graphics/GraphicsLayer.h |
+++ b/Source/core/platform/graphics/GraphicsLayer.h |
@@ -27,7 +27,6 @@ |
#ifndef GraphicsLayer_h |
#define GraphicsLayer_h |
-#include "core/platform/graphics/Color.h" |
#include "core/platform/graphics/GraphicsLayerClient.h" |
#include "core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h" |
#include "core/platform/graphics/filters/FilterOperations.h" |
@@ -35,6 +34,7 @@ |
#include "platform/geometry/FloatPoint3D.h" |
#include "platform/geometry/FloatSize.h" |
#include "platform/geometry/IntRect.h" |
+#include "platform/graphics/Color.h" |
#include "platform/transforms/TransformationMatrix.h" |
#include "wtf/OwnPtr.h" |
#include "wtf/PassOwnPtr.h" |