Index: sky/engine/platform/graphics/DeferredImageDecoderTest.cpp |
diff --git a/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp b/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp |
index e5ad28b429526f4c2953ade3954bc15029ff40b4..89bb6cf82d43d3b5ef5534db08846e68a3af640c 100644 |
--- a/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp |
+++ b/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp |
@@ -78,7 +78,7 @@ public: |
m_actualDecoder = decoder.get(); |
m_actualDecoder->setSize(1, 1); |
m_lazyDecoder = DeferredImageDecoder::createForTesting(decoder.release()); |
- m_surface.reset(SkSurface::NewRasterPMColor(100, 100)); |
+ m_surface.reset(SkSurface::NewRasterN32Premul(100, 100)); |
ASSERT_TRUE(m_surface.get()); |
m_frameBufferRequestCount = 0; |
m_frameCount = 1; |