| Index: Source/core/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/core/platform/graphics/ImageBuffer.h b/Source/core/platform/graphics/ImageBuffer.h
|
| index 99924259d0816911741cab210a9804add56d4f96..67b1b049110baaec9a2558fbfc683ecc6826482b 100644
|
| --- a/Source/core/platform/graphics/ImageBuffer.h
|
| +++ b/Source/core/platform/graphics/ImageBuffer.h
|
| @@ -28,13 +28,13 @@
|
| #ifndef ImageBuffer_h
|
| #define ImageBuffer_h
|
|
|
| -#include "core/platform/graphics/ColorSpace.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/GraphicsTypes.h"
|
| -#include "core/platform/graphics/GraphicsTypes3D.h"
|
| #include "core/platform/graphics/chromium/Canvas2DLayerBridge.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/IntSize.h"
|
| +#include "platform/graphics/ColorSpace.h"
|
| +#include "platform/graphics/GraphicsTypes.h"
|
| +#include "platform/graphics/GraphicsTypes3D.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/OwnPtr.h"
|
|
|