| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index dc14016973cc8636dada0a168bdae9949cc38975..f082a8693aeb848254e217865a01518b41f595dd 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -74,8 +74,8 @@
|
| desc.fConfig = kRGBA_8888_GrPixelConfig;
|
| desc.fSampleCnt = 0;
|
|
|
| - SkAutoTUnref<GrTexture> texture(this->textureProvider()->createTexture(
|
| - desc, SkBudgeted::kNo, nullptr, 0));
|
| + SkAutoTUnref<GrTexture> texture(this->textureProvider()->createTexture(desc, false,
|
| + nullptr, 0));
|
| if (nullptr == texture) {
|
| return;
|
| }
|
|
|