| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| index 860757042a910114977156c5a2a5cc876d50fdf3..e8cdf6b0122b2f8e4a23a7b5856578b4be93ffa0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -25,7 +25,6 @@
|
|
|
| #include "platform/graphics/DeferredImageDecoder.h"
|
|
|
| -#include "platform/CrossThreadFunctional.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/graphics/ImageDecodingStore.h"
|
| #include "platform/graphics/ImageFrameGenerator.h"
|
| @@ -41,6 +40,7 @@
|
| #include "third_party/skia/include/core/SkPictureRecorder.h"
|
| #include "third_party/skia/include/core/SkPixmap.h"
|
| #include "third_party/skia/include/core/SkSurface.h"
|
| +#include "wtf/Functional.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/RefPtr.h"
|
|
|