Index: cc/resources/tile_manager.h |
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
index 7a1e4609e0e469fa7d546cc9aff95d7ca4f64b54..2bf1e66dede4bec19fb00392578ed56029b0bfdd 100644 |
--- a/cc/resources/tile_manager.h |
+++ b/cc/resources/tile_manager.h |
@@ -241,6 +241,7 @@ class CC_EXPORT TileManager : public TileTaskRunnerClient, |
bool IsReadyToDraw() const; |
void CheckIfReadyToActivate(); |
void CheckIfReadyToDraw(); |
+ void CheckIfMoreTilesNeedToBePrepared(); |
TileManagerClient* client_; |
scoped_refptr<base::SequencedTaskRunner> task_runner_; |
@@ -279,6 +280,7 @@ class CC_EXPORT TileManager : public TileTaskRunnerClient, |
UniqueNotifier ready_to_activate_check_notifier_; |
UniqueNotifier ready_to_draw_check_notifier_; |
+ UniqueNotifier more_tiles_need_prepare_check_notifier_; |
RasterTilePriorityQueue raster_priority_queue_; |
EvictionTilePriorityQueue eviction_priority_queue_; |