| Index: tests/ClipBoundsTest.cpp
|
| diff --git a/tests/ClipBoundsTest.cpp b/tests/ClipBoundsTest.cpp
|
| index c59d5a55f846a08f23e585d6b6ed841c2bb16d2c..b5b9cae8baaf89603bc2187983fe8eafb499a5a7 100644
|
| --- a/tests/ClipBoundsTest.cpp
|
| +++ b/tests/ClipBoundsTest.cpp
|
| @@ -25,7 +25,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrClipBounds, reporter, context) {
|
| desc.fHeight = kYSize;
|
|
|
| SkAutoTUnref<GrTexture> texture(
|
| - context->textureProvider()->createTexture(desc, false, nullptr, 0));
|
| + context->textureProvider()->createTexture(desc, SkBudgeted::kYes, nullptr, 0));
|
| if (!texture) {
|
| return;
|
| }
|
|
|