| 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 f5dc6920e4dcea06de4ce8f76bde63959b13319d..e9d3a169cbe5481757ac504eb543a8ab1ce4e74f 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| @@ -128,7 +128,7 @@ class ImageBitmapFactories final
|
| void rejectPromise();
|
|
|
| void scheduleAsyncImageBitmapDecoding(DOMArrayBuffer*);
|
| - void decodeImageOnDecoderThread(WebTaskRunner*,
|
| + void decodeImageOnDecoderThread(std::unique_ptr<WebTaskRunner>,
|
| DOMArrayBuffer*,
|
| const String& premultiplyAlphaOption,
|
| const String& colorSpaceConversionOption);
|
|
|