| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index f2e5e73cf3a09750ff83df7652b9e43b3b154ef0..e97cc7cd4adce6bc5ba90f3dba00955ceca17d07 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -296,8 +296,10 @@ class CC_EXPORT PictureLayerTiling {
|
| const gfx::Size& layer_bounds,
|
| PictureLayerTilingClient* client);
|
| void SetLiveTilesRect(const gfx::Rect& live_tiles_rect);
|
| + void VerifyLiveTilesRect();
|
| Tile* CreateTile(int i, int j, const PictureLayerTiling* twin_tiling);
|
| - void RemoveTileAt(int i, int j);
|
| + // Returns true if the Tile existed and was removed from the tiling.
|
| + bool RemoveTileAt(int i, int j, PictureLayerTiling* recycled_twin);
|
|
|
| // Computes a skewport. The calculation extrapolates the last visible
|
| // rect and the current visible rect to expand the skewport to where it
|
|
|