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