| Index: src/gpu/GrLayerCache.cpp | 
| diff --git a/src/gpu/GrLayerCache.cpp b/src/gpu/GrLayerCache.cpp | 
| index d1346c5e508333276dc1417d21e145fa58ddca9c..0621aace443e954242da3133799db4b912c6d551 100644 | 
| --- a/src/gpu/GrLayerCache.cpp | 
| +++ b/src/gpu/GrLayerCache.cpp | 
| @@ -58,7 +58,7 @@ void GrLayerCache::init() { | 
| // The layer cache only gets 1 plot | 
| SkISize textureSize = SkISize::Make(kAtlasTextureWidth, kAtlasTextureHeight); | 
| fAtlasMgr.reset(SkNEW_ARGS(GrAtlasMgr, (fGpu, kSkia8888_GrPixelConfig, | 
| -                                            textureSize, 1, 1))); | 
| +                                            textureSize, 1, 1, false))); | 
| } | 
|  | 
| void GrLayerCache::freeAll() { | 
|  |