Index: gm/image.cpp |
diff --git a/gm/image.cpp b/gm/image.cpp |
index a0959b2fdd6ee3c18428772eb32c6f00e130a079..1c2b4a7e55fe2175a5390bdf93f6325d0a13bb00 100644 |
--- a/gm/image.cpp |
+++ b/gm/image.cpp |
@@ -179,7 +179,7 @@ |
#if SK_SUPPORT_GPU |
GrContext* ctx = canvas->getGrContext(); |
- SkAutoTUnref<SkSurface> surf4(SkSurface::NewRenderTarget(ctx, info)); |
+ SkAutoTUnref<SkSurface> surf4(SkSurface::NewRenderTarget(ctx, info, 0)); |
#endif |
test_surface(canvas, surf0, true); |