| Index: src/gpu/SkGrPixelRef.cpp
 | 
| diff --git a/src/gpu/SkGrPixelRef.cpp b/src/gpu/SkGrPixelRef.cpp
 | 
| index e48cbf5d157d934d23f6cc69af901c22e5d8317b..6b75e6343ce50716376d98bb65cc1a552fd2beed 100644
 | 
| --- a/src/gpu/SkGrPixelRef.cpp
 | 
| +++ b/src/gpu/SkGrPixelRef.cpp
 | 
| @@ -78,7 +78,7 @@ static SkGrPixelRef* copy_to_new_texture_pixelref(GrTexture* texture, SkColorTyp
 | 
|      desc.fConfig = SkImageInfo2GrPixelConfig(dstCT, kPremul_SkAlphaType, dstPT);
 | 
|      desc.fTextureStorageAllocator = texture->desc().fTextureStorageAllocator;
 | 
|  
 | 
| -    GrTexture* dst = context->textureProvider()->createTexture(desc, false, nullptr, 0);
 | 
| +    GrTexture* dst = context->textureProvider()->createTexture(desc, SkBudgeted::kNo, nullptr, 0);
 | 
|      if (nullptr == dst) {
 | 
|          return nullptr;
 | 
|      }
 | 
| 
 |