| Index: Source/modules/imagebitmap/WindowImageBitmapFactories.h
|
| diff --git a/Source/modules/imagebitmap/WindowImageBitmapFactories.h b/Source/modules/imagebitmap/WindowImageBitmapFactories.h
|
| index dd1683e9455bce7737ce2bff1e74c90302431c24..efadd08fd6776c9918d23dff3097600795147483 100644
|
| --- a/Source/modules/imagebitmap/WindowImageBitmapFactories.h
|
| +++ b/Source/modules/imagebitmap/WindowImageBitmapFactories.h
|
| @@ -35,6 +35,7 @@
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "platform/geometry/IntRect.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashSet.h"
|
|
|
| @@ -48,6 +49,7 @@ class HTMLImageElement;
|
| class HTMLVideoElement;
|
|
|
| class WindowImageBitmapFactories {
|
| + STATIC_ONLY(WindowImageBitmapFactories);
|
| public:
|
| static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, HTMLImageElement*, ExceptionState&);
|
| static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, HTMLImageElement*, int sx, int sy, int sw, int sh, ExceptionState&);
|
|
|