| 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 f242a1d11733dbba50aefe10c742a6c6ea13acce..2adf4e5786abdbad5e0cd1a71da7a7319b7fde99 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"
|
| @@ -34,7 +35,6 @@
|
| #include "platform/image-decoders/SegmentReader.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|