| Index: third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp
|
| index f9033f22c0f545a9761e4369c0feb97501520b1d..78dea66626650db17f55dd143817340770044d42 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp
|
| @@ -25,14 +25,14 @@
|
|
|
| #include "platform/graphics/DecodingImageGenerator.h"
|
|
|
| -#include "platform/PlatformInstrumentation.h"
|
| +#include <memory>
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/graphics/ImageFrameGenerator.h"
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| #include "platform/image-decoders/SegmentReader.h"
|
| +#include "platform/instrumentation/PlatformInstrumentation.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "third_party/skia/include/core/SkData.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|