| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 0b44a4281ae0522c634e4b3a9427eb2206dbcdda..70bf514b85f9d6cb8ef888c32e61a9515a13976d 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -216,6 +216,7 @@ GrRenderTarget* SkGpuDevice::CreateRenderTarget(
|
| desc.fConfig = SkImageInfo2GrPixelConfig(info);
|
| desc.fSampleCnt = sampleCount;
|
| desc.fTextureStorageAllocator = textureStorageAllocator;
|
| + desc.fIsMipMapped = false;
|
| GrTexture* texture = context->textureProvider()->createTexture(
|
| desc, SkToBool(budgeted), nullptr, 0);
|
| if (nullptr == texture) {
|
|
|