| Index: third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.cpp b/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| index 12b14efecf0eceefc15cc2dd1cf68cb7236f3813..8665008fa049bf7335bb535c6e007d45884ed166 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/frame/ImageBitmap.h"
|
|
|
| +#include <memory>
|
| #include "core/html/Float32ImageData.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| #include "core/html/HTMLVideoElement.h"
|
| @@ -17,7 +18,6 @@
|
| #include "wtf/CheckedNumeric.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/RefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|