| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 0359b57ca5edb5ca182db7a0ab9ad99d2012d82c..c66698392fad5298742ea191720993f9992ca547 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -217,6 +217,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) {
|
|
|