Chromium Code Reviews| Index: src/gpu/effects/GrTextureStripAtlas.cpp |
| diff --git a/src/gpu/effects/GrTextureStripAtlas.cpp b/src/gpu/effects/GrTextureStripAtlas.cpp |
| index 9755ccd2af562d6d50da51bbfaf48f4224b1093f..91df897eb82708f68da15f1122478362a2a804b3 100644 |
| --- a/src/gpu/effects/GrTextureStripAtlas.cpp |
| +++ b/src/gpu/effects/GrTextureStripAtlas.cpp |
| @@ -216,6 +216,7 @@ |
| SkASSERT(fTexture && 0 == fLockedRows); |
| fTexture->unref(); |
| fTexture = NULL; |
| + fDesc.fContext->purgeCache(); |
| } |
| void GrTextureStripAtlas::initLRU() { |