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

Unified Diff: cc/test/fake_tile_manager.cc

Issue 799863004: not for commit/review (thread cost tracker) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « cc/test/fake_tile_manager.h ('k') | cc/trees/layer_tree_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_tile_manager.cc
diff --git a/cc/test/fake_tile_manager.cc b/cc/test/fake_tile_manager.cc
index bb23aa824fcdd9a8a531298911c4105df749985e..d87a6ebe332ab6312462a348c2eb7ee999655539 100644
--- a/cc/test/fake_tile_manager.cc
+++ b/cc/test/fake_tile_manager.cc
@@ -67,7 +67,8 @@ FakeTileManager::FakeTileManager(TileManagerClient* client)
base::MessageLoopProxy::current(),
NULL,
g_fake_tile_task_runner.Pointer(),
- std::numeric_limits<size_t>::max()) {
+ std::numeric_limits<size_t>::max(),
+ &worker_thread_cost_tracker_) {
}
FakeTileManager::FakeTileManager(TileManagerClient* client,
@@ -76,7 +77,8 @@ FakeTileManager::FakeTileManager(TileManagerClient* client,
base::MessageLoopProxy::current(),
resource_pool,
g_fake_tile_task_runner.Pointer(),
- std::numeric_limits<size_t>::max()) {
+ std::numeric_limits<size_t>::max(),
+ &worker_thread_cost_tracker_) {
}
FakeTileManager::~FakeTileManager() {}
« no previous file with comments | « cc/test/fake_tile_manager.h ('k') | cc/trees/layer_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698