Index: src/gpu/effects/GrConfigConversionEffect.cpp |
diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp |
index 4e168cd82718c1cc47057349a1148623b70ba1be..06b85a319e88da81ff36a83301f9acc96d60e298 100644 |
--- a/src/gpu/effects/GrConfigConversionEffect.cpp |
+++ b/src/gpu/effects/GrConfigConversionEffect.cpp |
@@ -175,6 +175,7 @@ void GrConfigConversionEffect::TestForPreservingPMConversions(GrContext* context |
desc.fWidth = 256; |
desc.fHeight = 256; |
desc.fConfig = kRGBA_8888_GrPixelConfig; |
+ desc.fIsMipMapped = false; |
SkAutoTUnref<GrTexture> readTex(context->textureProvider()->createTexture(desc, true, nullptr, 0)); |
if (!readTex.get()) { |