| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| index 6ec19f18bb6de615baab76137b8d63927fde5696..e2f7a09f651d255c95e2c2d8b3b3270dd2250e0e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -226,7 +226,7 @@
|
|
|
| // Create a thread to rasterize PaintRecord.
|
| std::unique_ptr<WebThread> thread =
|
| - Platform::Current()->CreateThread("RasterThread");
|
| + WTF::WrapUnique(Platform::Current()->CreateThread("RasterThread"));
|
| thread->GetWebTaskRunner()->PostTask(
|
| BLINK_FROM_HERE,
|
| CrossThreadBind(&RasterizeMain, CrossThreadUnretained(canvas_.get()),
|
|
|