Index: src/core/SkImageCacherator.cpp |
diff --git a/src/core/SkImageCacherator.cpp b/src/core/SkImageCacherator.cpp |
index dc831d7cbf6522b04a64740dc5a30a7699c798dd..155eb822420eaac37242d04aff2b14471af98a81 100644 |
--- a/src/core/SkImageCacherator.cpp |
+++ b/src/core/SkImageCacherator.cpp |
@@ -203,7 +203,7 @@ static GrTexture* load_compressed_into_texture(GrContext* ctx, SkData* data, GrS |
} |
desc.fConfig = config; |
- return ctx->textureProvider()->createTexture(desc, true, rawStart, 0); |
+ return ctx->textureProvider()->createTexture(desc, SkBudgeted::kYes, rawStart, 0); |
} |
class Generator_GrYUVProvider : public GrYUVProvider { |