| Index: tests/BitmapCopyTest.cpp
|
| diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp
|
| index 5793284e266408287caf6789e01d99083ac73053..70998bd3f0f6d605a61d054e56ec885c5186c3dd 100644
|
| --- a/tests/BitmapCopyTest.cpp
|
| +++ b/tests/BitmapCopyTest.cpp
|
| @@ -667,7 +667,7 @@
|
| const void* srcData = (kSkia8888_GrPixelConfig == desc.fConfig) ? kData : swizData;
|
|
|
| SkAutoTUnref<GrTexture> texture(
|
| - ctx->textureProvider()->createTexture(desc, SkBudgeted::kNo, srcData, 0));
|
| + ctx->textureProvider()->createTexture(desc, false, srcData, 0));
|
|
|
| if (!texture) {
|
| continue;
|
|
|