| Index: Source/core/platform/image-decoders/ImageDecoder.h
|
| diff --git a/Source/core/platform/image-decoders/ImageDecoder.h b/Source/core/platform/image-decoders/ImageDecoder.h
|
| index a5dab7944f45c872daa5d0ea27132c8151e73dae..13f6f17813c2c4928611cb47b4c32df5605cd8f6 100644
|
| --- a/Source/core/platform/image-decoders/ImageDecoder.h
|
| +++ b/Source/core/platform/image-decoders/ImageDecoder.h
|
| @@ -29,12 +29,12 @@
|
| #ifndef ImageDecoder_h
|
| #define ImageDecoder_h
|
|
|
| -#include "NativeImageSkia.h"
|
| #include "SkColorPriv.h"
|
| #include "core/platform/PlatformScreen.h"
|
| #include "core/platform/SharedBuffer.h"
|
| #include "core/platform/graphics/ImageSource.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| +#include "core/platform/graphics/skia/NativeImageSkia.h"
|
| #include <wtf/Assertions.h>
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/text/WTFString.h>
|
|
|