Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h

Issue 2550373005: Make WebTaskRunner ThreadSafeRefCounted (Closed)
Patch Set: mac fix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698