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