| Index: gm/surface.cpp | 
| diff --git a/gm/surface.cpp b/gm/surface.cpp | 
| index 5961a336b838c7aa2576597f705e0298045a8759..5a4c09a54dcc8b01aac7ab8526072220f4c2317c 100644 | 
| --- a/gm/surface.cpp | 
| +++ b/gm/surface.cpp | 
| @@ -33,7 +33,7 @@ static SkSurface* make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelG | 
|  | 
| SkSurfaceProps props(flags, geo); | 
| if (ctx) { | 
| -        return SkSurface::NewRenderTarget(ctx, info, 0, &props); | 
| +        return SkSurface::NewRenderTarget(ctx, SkSurface::kNo_Budgeted, info, 0, &props); | 
| } else { | 
| return SkSurface::NewRaster(info, &props); | 
| } | 
|  |