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 2e0e007cc221b427abeb514d1eeb28400a623a86..f069ebcf596782be8d8eb92defa756993f726d39 100644 |
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp |
@@ -217,7 +217,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()), |