| Index: Source/core/platform/graphics/chromium/ImageDecodingStore.h
|
| diff --git a/Source/core/platform/graphics/chromium/ImageDecodingStore.h b/Source/core/platform/graphics/chromium/ImageDecodingStore.h
|
| index 0cb8c8e5220d102544e0473106627f6bc8b4d721..388454a386bda133784750011b2260ce81361acc 100644
|
| --- a/Source/core/platform/graphics/chromium/ImageDecodingStore.h
|
| +++ b/Source/core/platform/graphics/chromium/ImageDecodingStore.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef ImageDecodingStore_h
|
| #define ImageDecodingStore_h
|
|
|
| -#include "DiscardablePixelRef.h"
|
| -#include "ScaledImageFragment.h"
|
| #include "SkSize.h"
|
| -#include "SkSizeHash.h"
|
| #include "SkTypes.h"
|
| +#include "core/platform/graphics/chromium/DiscardablePixelRef.h"
|
| +#include "core/platform/graphics/chromium/ScaledImageFragment.h"
|
| +#include "core/platform/graphics/chromium/SkSizeHash.h"
|
| #include "core/platform/image-decoders/ImageDecoder.h"
|
|
|
| #include <wtf/DoublyLinkedList.h>
|
|
|