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