| Index: Source/core/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h
|
| index 1870c88ace69138548134a84a30c651b18382377..80ede11268bfb5136443b5f7edb7ef52458ca2f5 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"
|
|
|