| Index: Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/Source/platform/graphics/DeferredImageDecoderTest.cpp b/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| index ab2695e35a188566fc5312743f4f34f18f965d25..72c16037d4e810dfff62667db9e8504337b8e1ad 100644
|
| --- a/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -221,7 +221,7 @@ TEST_F(DeferredImageDecoderTest, decodeOnOtherThread)
|
| EXPECT_EQ(0, m_frameBufferRequestCount);
|
|
|
| // Create a thread to rasterize SkPicture.
|
| - OwnPtr<blink::WebThread> thread = adoptPtr(blink::Platform::current()->createThread("RasterThread"));
|
| + OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("RasterThread"));
|
| thread->postTask(new Task(WTF::bind(&rasterizeMain, m_canvas.get(), picture.get())));
|
| thread.clear();
|
| EXPECT_EQ(0, m_frameBufferRequestCount);
|
|
|