| Index: Source/core/platform/graphics/Image.h
|
| diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h
|
| index 7e74ba96aebc8a5ecdc726415ea2e5cccb3772bf..a213f4f7afff42a6d7d2f0896c03074cfc3b3594 100644
|
| --- a/Source/core/platform/graphics/Image.h
|
| +++ b/Source/core/platform/graphics/Image.h
|
| @@ -28,9 +28,9 @@
|
| #define Image_h
|
|
|
| #include "core/platform/graphics/Color.h"
|
| -#include "core/platform/graphics/GraphicsTypes.h"
|
| #include "core/platform/graphics/skia/NativeImageSkia.h"
|
| #include "platform/geometry/IntRect.h"
|
| +#include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| #include "third_party/skia/include/core/SkXfermode.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|