Index: src/gpu/effects/GrTextureStripAtlas.cpp |
diff --git a/src/gpu/effects/GrTextureStripAtlas.cpp b/src/gpu/effects/GrTextureStripAtlas.cpp |
index 39bc3899b392b38160cf3cec27458bbc0228dfeb..799882462b691a68a00ddb39e5dac6b704386a74 100644 |
--- a/src/gpu/effects/GrTextureStripAtlas.cpp |
+++ b/src/gpu/effects/GrTextureStripAtlas.cpp |
@@ -194,6 +194,7 @@ void GrTextureStripAtlas::lockTexture() { |
texDesc.fWidth = fDesc.fWidth; |
texDesc.fHeight = fDesc.fHeight; |
texDesc.fConfig = fDesc.fConfig; |
+ texDesc.fIsMipMapped = false; |
static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain(); |
GrUniqueKey key; |