| 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 26a7049da9c4979d0fb9a26fd212ea0a0b5de8cd..c9f1d318ebeb84b925cf7a5a7d441ff1126338f1 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
|
| @@ -127,7 +127,7 @@ class ImageBitmapFactories final
|
| void rejectPromise();
|
|
|
| void scheduleAsyncImageBitmapDecoding(DOMArrayBuffer*);
|
| - void decodeImageOnDecoderThread(WebTaskRunner*,
|
| + void decodeImageOnDecoderThread(RefPtr<WebTaskRunner>,
|
| DOMArrayBuffer*,
|
| const String& premultiplyAlphaOption,
|
| const String& colorSpaceConversionOption);
|
|
|