| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| index 65ce816863b5a8a378fc0cbc7f67b3c2607e2d2d..b5000e3c92f03f30ebc63d109c27d0fc303a2907 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef ImageFrameGenerator_h
|
| #define ImageFrameGenerator_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| #include "platform/image-decoders/SegmentReader.h"
|
| @@ -40,7 +41,6 @@
|
| #include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| struct SkYUVSizeInfo;
|
|
|
|
|