| 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 119e3dff83256062743011e0cadb7f7ea59aaf7d..93e3a84e193851e898ac3901b1cc24cc223d92a7 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| @@ -37,7 +37,9 @@
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/fileapi/FileReaderLoader.h"
|
| #include "core/fileapi/FileReaderLoaderClient.h"
|
| +#include "core/frame/LocalDOMWindow.h"
|
| #include "core/imagebitmap/ImageBitmapOptions.h"
|
| +#include "core/workers/WorkerGlobalScope.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include <memory>
|
|
|