| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index fd44e4387feaf67665cb5daf40b4eaa8b70dcc9e..0e9bd865fe93fde7c64132398c4b74c6ff1232c9 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -296,8 +296,11 @@ class CC_EXPORT PictureLayerTiling {
|
| float skewport_target_time_in_seconds,
|
| int skewport_extrapolation_limit_in_content_pixels);
|
| void SetLiveTilesRect(const gfx::Rect& live_tiles_rect);
|
| - void VerifyLiveTilesRect();
|
| - Tile* CreateTile(int i, int j, const PictureLayerTiling* twin_tiling);
|
| + void VerifyLiveTilesRect(bool is_on_recycle_tree) const;
|
| + Tile* CreateTile(int i,
|
| + int j,
|
| + const PictureLayerTiling* twin_tiling,
|
| + PictureLayerTiling* recycled_twin);
|
| // Returns true if the Tile existed and was removed from the tiling.
|
| bool RemoveTileAt(int i, int j, PictureLayerTiling* recycled_twin);
|
|
|
|
|