| Index: cc/resources/picture_layer_tiling.cc
|
| diff --git a/cc/resources/picture_layer_tiling.cc b/cc/resources/picture_layer_tiling.cc
|
| index a6c46a1689a29282ce4921a2021bd86aacfdda2d..f47c700febaf7ee6ff8696be57dd9f2ad9a27672 100644
|
| --- a/cc/resources/picture_layer_tiling.cc
|
| +++ b/cc/resources/picture_layer_tiling.cc
|
| @@ -466,6 +466,7 @@ bool PictureLayerTiling::RemoveTileAt(int i,
|
| return false;
|
| found->second->set_shared(false);
|
| tiles_.erase(found);
|
| + eviction_tiles_cache_valid_ = false;
|
| if (recycled_twin) {
|
| // Recycled twin does not also have a recycled twin, so pass NULL.
|
| recycled_twin->RemoveTileAt(i, j, NULL);
|
|
|