| Index: src/gpu/GrAtlasTextContext.cpp | 
| diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp | 
| index 58244e78c212b7774309a3819129b4304a6cd9be..fdac8bce42a79cd15438f2f14cf7e5edff35554e 100644 | 
| --- a/src/gpu/GrAtlasTextContext.cpp | 
| +++ b/src/gpu/GrAtlasTextContext.cpp | 
| @@ -2234,7 +2234,7 @@ BATCH_TEST_DEFINE(TextBlobBatch) { | 
| desc.fWidth = 1024; | 
| desc.fHeight = 1024; | 
| desc.fConfig = kRGBA_8888_GrPixelConfig; | 
| -    desc.fSampleCnt = 1; | 
| +    desc.fSampleCnt = 0; | 
| SkAutoTUnref<GrTexture> texture(context->textureProvider()->createTexture(desc, true, NULL, 0)); | 
| SkASSERT(texture); | 
| SkASSERT(NULL != texture->asRenderTarget()); | 
|  |