| 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 5191e7f43d201aedd873bc2b1cf81c05ba42cf19..a5dab7944f45c872daa5d0ea27132c8151e73dae 100644
|
| --- a/Source/core/platform/image-decoders/ImageDecoder.h
|
| +++ b/Source/core/platform/image-decoders/ImageDecoder.h
|
| @@ -30,9 +30,9 @@
|
| #define ImageDecoder_h
|
|
|
| #include "NativeImageSkia.h"
|
| -#include "PlatformScreen.h"
|
| -#include "SharedBuffer.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 <wtf/Assertions.h>
|
|
|