Index: src/gpu/effects/GrTextureStripAtlas.cpp |
diff --git a/src/gpu/effects/GrTextureStripAtlas.cpp b/src/gpu/effects/GrTextureStripAtlas.cpp |
index 01d2679e6f8c6abebce35b6c220d3bbe80a80293..1ac3dab2aaded6a33f49d28ec04f2d0a25443929 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; |