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