| Index: tests/RecordReplaceDrawTest.cpp
|
| diff --git a/tests/RecordReplaceDrawTest.cpp b/tests/RecordReplaceDrawTest.cpp
|
| index fe8f347d26fe72e871c57d5de9bf27b0479c2b99..216f1ca85d169f4b67d5dff414bce6ad6add4a24 100644
|
| --- a/tests/RecordReplaceDrawTest.cpp
|
| +++ b/tests/RecordReplaceDrawTest.cpp
|
| @@ -124,7 +124,8 @@ void test_replacements(skiatest::Reporter* r, GrContext* context, bool doReplace
|
| desc.fHeight = kHeight;
|
| desc.fSampleCnt = 0;
|
|
|
| - texture.reset(context->textureProvider()->createTexture(desc, false, nullptr, 0));
|
| + texture.reset(context->textureProvider()->createTexture(
|
| + desc, SkBudgeted::kNo, nullptr, 0));
|
| layer->setTexture(texture, SkIRect::MakeWH(kWidth, kHeight), false);
|
| }
|
|
|
|
|