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