| Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| index 6c768b4bae7d8ec0a06bd7d0cc7c8071831ec887..80df930073bf82446d03038f936b0d69da6ebcbb 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef ImageBitmapFactories_h
|
| #define ImageBitmapFactories_h
|
|
|
| +#include "bindings/core/v8/HTMLImageElementOrHTMLVideoElementOrHTMLCanvasElementOrBlobOrImageDataOrImageBitmap.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| -#include "bindings/core/v8/UnionTypesCore.h"
|
| #include "core/fileapi/FileReaderLoader.h"
|
| #include "core/fileapi/FileReaderLoaderClient.h"
|
| #include "core/imagebitmap/ImageBitmapOptions.h"
|
|
|