| Index: src/gpu/gl/GrGLGpu.cpp
 | 
| diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp
 | 
| index 1070f53c5c31a4afb55bb8482870c873a1662c2a..8e6fbadc7b98c3b5e4879f1ca4ffad73be6f585b 100644
 | 
| --- a/src/gpu/gl/GrGLGpu.cpp
 | 
| +++ b/src/gpu/gl/GrGLGpu.cpp
 | 
| @@ -2197,7 +2197,7 @@ bool GrGLGpu::readPixelsSupported(GrPixelConfig rtConfig, GrPixelConfig readConf
 | 
|          desc.fConfig = rtConfig;
 | 
|          desc.fWidth = desc.fHeight = 16;
 | 
|          desc.fFlags = kRenderTarget_GrSurfaceFlag;
 | 
| -        SkAutoTUnref<GrTexture> temp(this->createTexture(desc, false, nullptr, 0));
 | 
| +        SkAutoTUnref<GrTexture> temp(this->createTexture(desc, SkBudgeted::kNo, nullptr, 0));
 | 
|          if (!temp) {
 | 
|              return false;
 | 
|          }
 | 
| 
 |