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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 793073002: cc: Removed rendering stats instrumentation from tile manager. (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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index dd485ba6b759e709edb3ac1f02311cbdbf6012a8..e9a90f29de076694baab4cb789723fe2129e2fbb 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -1964,8 +1964,7 @@ void LayerTreeHostImpl::CreateAndSetTileManager() {
: settings_.scheduled_raster_task_limit;
tile_manager_ = TileManager::Create(
this, task_runner, resource_pool_.get(),
- tile_task_worker_pool_->AsTileTaskRunner(),
- rendering_stats_instrumentation_, scheduled_raster_task_limit);
+ tile_task_worker_pool_->AsTileTaskRunner(), scheduled_raster_task_limit);
UpdateTileManagerMemoryPolicy(ActualManagedMemoryPolicy());
}
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698