| Index: Source/core/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/core/platform/graphics/ImageBuffer.h b/Source/core/platform/graphics/ImageBuffer.h
|
| index 40631b720fe8011a73bc11f8ff65f9d2fa6e3d99..cda6678fad18ba1dd0efe105b382a4d36e199e5e 100644
|
| --- a/Source/core/platform/graphics/ImageBuffer.h
|
| +++ b/Source/core/platform/graphics/ImageBuffer.h
|
| @@ -28,8 +28,6 @@
|
| #ifndef ImageBuffer_h
|
| #define ImageBuffer_h
|
|
|
| -#include "AffineTransform.h"
|
| -#include "ImageBufferDataSkia.h"
|
| #include "core/platform/graphics/ColorSpace.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| @@ -37,6 +35,8 @@
|
| #include "core/platform/graphics/GraphicsTypes3D.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| #include "core/platform/graphics/PlatformLayer.h"
|
| +#include "core/platform/graphics/chromium/ImageBufferDataSkia.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|