| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| index e7fe76d4043b21cb92cd51feb73e1c9e70d57093..5cfad8053b10c4e47e5de4cd26378cc7dbd5c4c2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| @@ -192,7 +192,7 @@
|
| SetFrameStatus(ImageFrame::kFrameComplete);
|
| AddNewData();
|
| std::unique_ptr<WebThread> thread =
|
| - Platform::Current()->CreateThread("DecodeThread");
|
| + WTF::WrapUnique(Platform::Current()->CreateThread("DecodeThread"));
|
| thread->GetWebTaskRunner()->PostTask(
|
| BLINK_FROM_HERE,
|
| CrossThreadBind(&DecodeThreadMain, generator_, segment_reader_));
|
|
|