| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| index 5a1acc7ac72b379ededa4592896b96f8820055ae..5d68f6662c35cf7581d73c3c0fc1f32748136473 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "platform/graphics/DeferredImageDecoder.h"
|
|
|
| +#include <memory>
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/graphics/DecodingImageGenerator.h"
|
| @@ -32,9 +33,8 @@
|
| #include "platform/graphics/ImageFrameGenerator.h"
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| #include "platform/image-decoders/SegmentReader.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|