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