Index: tests/ReadPixelsTest.cpp |
=================================================================== |
--- tests/ReadPixelsTest.cpp (revision 10711) |
+++ tests/ReadPixelsTest.cpp (working copy) |
@@ -313,7 +313,7 @@ |
for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) { |
SkAutoTUnref<SkDevice> device; |
if (0 == dtype) { |
- device.reset(new SkDevice(SkBitmap::kARGB_8888_Config, DEV_W, DEV_H, false)); |
+ device.reset(new SkRasterDevice(SkBitmap::kARGB_8888_Config, DEV_W, DEV_H, false)); |
} else { |
#if SK_SUPPORT_GPU |
GrContextFactory::GLContextType type = |