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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 18370002: cc: Made use color estimator a const instead of a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cc_perftests compile error Created 7 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 | « cc/test/fake_tile_manager.cc ('k') | cc/trees/layer_tree_settings.h » ('j') | 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 f03355d53f02a5d423c428acd8c23626ba2a588c..e80241a5fdee4ab5a83fa12fe58d91bd71fced74 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -1527,7 +1527,6 @@ bool LayerTreeHostImpl::InitializeRenderer(
tile_manager_ = TileManager::Create(this,
resource_provider.get(),
settings_.num_raster_threads,
- settings_.use_color_estimator,
rendering_stats_instrumentation_,
using_map_image);
UpdateTileManagerMemoryPolicy(ActualManagedMemoryPolicy());
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | cc/trees/layer_tree_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698