Index: gm/discard.cpp |
diff --git a/gm/discard.cpp b/gm/discard.cpp |
index 58a08499c511f1abea2dacaefe20fa7c42a46bd5..19a332fa15e526ecd2b85944955087748681d112 100644 |
--- a/gm/discard.cpp |
+++ b/gm/discard.cpp |
@@ -46,7 +46,7 @@ protected: |
size.fWidth /= 10; |
size.fHeight /= 10; |
SkImageInfo info = SkImageInfo::MakeN32Premul(size); |
- SkSurface* surface = SkSurface::NewRenderTarget(context, info); |
+ SkSurface* surface = SkSurface::NewRenderTarget(context, SkSurface::kNo_Budgeted, info); |
if (NULL == surface) { |
return; |