Chromium Code Reviews| Index: src/gpu/GrLayerCache.cpp |
| diff --git a/src/gpu/GrLayerCache.cpp b/src/gpu/GrLayerCache.cpp |
| index 11a97e4c666e1a56f1291f451be7f687a2ac0f0b..93480249755ef3bab63e3e0e2a00a15b51c5b453 100644 |
| --- a/src/gpu/GrLayerCache.cpp |
| +++ b/src/gpu/GrLayerCache.cpp |
| @@ -248,7 +248,6 @@ void GrLayerCache::unlock(GrCachedLayer* layer) { |
| #endif |
| } else { |
| - fContext->unlockScratchTexture(layer->texture()); |
| layer->setTexture(NULL, GrIRect16::MakeEmpty()); |
| } |