| Index: cc/resources/picture_layer_tiling.cc
|
| diff --git a/cc/resources/picture_layer_tiling.cc b/cc/resources/picture_layer_tiling.cc
|
| index 61b0362ee44c2b9cd073fe86db6e7c238378c69f..d8885e7bc137bed51e225a6340a319083a13066d 100644
|
| --- a/cc/resources/picture_layer_tiling.cc
|
| +++ b/cc/resources/picture_layer_tiling.cc
|
| @@ -145,6 +145,7 @@ Tile* PictureLayerTiling::CreateTile(int i,
|
| tile->set_tiling_index(i, j);
|
| tiles_[key] = tile;
|
| }
|
| + eviction_tiles_cache_valid_ = false;
|
| return tile.get();
|
| }
|
|
|
| @@ -486,6 +487,7 @@ void PictureLayerTiling::Reset() {
|
| recycled_twin->RemoveTileAt(it->first.first, it->first.second, NULL);
|
| }
|
| tiles_.clear();
|
| + eviction_tiles_cache_valid_ = false;
|
| }
|
|
|
| gfx::Rect PictureLayerTiling::ComputeSkewport(
|
|
|