| Index: gm/texdata.cpp
|
| diff --git a/gm/texdata.cpp b/gm/texdata.cpp
|
| index c89ce734f7584e3d12d015310d66768f53b26855..4b484cc034d9c71e1e102178a6426bbc8f797e05 100644
|
| --- a/gm/texdata.cpp
|
| +++ b/gm/texdata.cpp
|
| @@ -70,7 +70,7 @@ DEF_SIMPLE_GM_BG(texdata, canvas, 2 * S, 2 * S, SK_ColorBLACK) {
|
| desc.fWidth = 2 * S;
|
| desc.fHeight = 2 * S;
|
| GrTexture* texture = ctx->textureProvider()->createTexture(
|
| - desc, false, gTextureData.get(), 0);
|
| + desc, SkBudgeted::kNo, gTextureData.get(), 0);
|
|
|
| if (!texture) {
|
| return;
|
|
|