Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2224)

Unified Diff: cc/tiles/tile_manager.h

Issue 1208683002: cc: Associate scheduled tasks with a prepare tiles call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/tiles/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | cc/tiles/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698