| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 09206052f0d6c568dcb30569fef719a7811b5d6d..80c228c9ded3f7f070fe49950ab2282edbfd20eb 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -229,6 +229,7 @@ GrRenderTarget* SkGpuDevice::CreateRenderTarget(GrContext* context, SkSurface::B
|
| desc.fHeight = info.height();
|
| desc.fConfig = SkImageInfo2GrPixelConfig(info);
|
| desc.fSampleCnt = sampleCount;
|
| + desc.fIsMipMapped = false;
|
| GrTexture* texture = context->textureProvider()->createTexture(
|
| desc, SkToBool(budgeted), nullptr, 0);
|
| if (nullptr == texture) {
|
|
|