| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index c6ad2e1e9693cd1fb4340477510b43294186348b..35bbf94a297847aa6122f1d870bccb603ae092bb 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -298,6 +298,7 @@ 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);
|
| // Returns true if the Tile existed and was removed from the tiling.
|
| bool RemoveTileAt(int i, int j, PictureLayerTiling* recycled_twin);
|
|
|