Chromium Code Reviews| Index: gm/image.cpp |
| diff --git a/gm/image.cpp b/gm/image.cpp |
| index d10152987fb3b7b8239875d983f2b28aed7a17fb..2eaa15dfd3de5b1427fd669ca6fe67d13ff77a73 100644 |
| --- a/gm/image.cpp |
| +++ b/gm/image.cpp |
| @@ -177,7 +177,8 @@ protected: |
| #if SK_SUPPORT_GPU |
| GrContext* ctx = canvas->getGrContext(); |
| - SkAutoTUnref<SkSurface> surf4(SkSurface::NewRenderTarget(ctx, info)); |
| + SkAutoTUnref<SkSurface> surf4(SkSurface::NewRenderTarget( |
| + ctx, SkSurface::kNo_Budgeted, info)); |
| #endif |
| test_surface(canvas, surf0, true); |