Chromium Code Reviews| Index: cc/tiles/tile_manager.h |
| diff --git a/cc/tiles/tile_manager.h b/cc/tiles/tile_manager.h |
| index 427c88550dbdaebaaaf88d0c4a40cd863008d240..2ea294ae6a64df49414b1ff6d255bdc1ee1cd8d6 100644 |
| --- a/cc/tiles/tile_manager.h |
| +++ b/cc/tiles/tile_manager.h |
| @@ -321,6 +321,8 @@ class CC_EXPORT TileManager : public TileTaskRunnerClient { |
| bool did_notify_all_tile_tasks_completed_; |
| bool has_scheduled_tile_tasks_; |
| + uint64_t prepare_tiles_count_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(TileManager); |
| }; |