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

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

Issue 2550373005: Make WebTaskRunner ThreadSafeRefCounted (Closed)
Patch Set: +DISALLOW_COPY_AND_ASSIGN for win build fix Created 3 years, 11 months 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 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);

Powered by Google App Engine
This is Rietveld 408576698