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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 13859012: cc: Remove cheapness estimator usage from tile manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: still need static_cast to print size_t Created 7 years, 8 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/trees/layer_tree_host_impl.h ('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 d2944ee62dc92c37d56cb3507935415e42b93629..eeb47297270ba69b40c2c5a7a2f73aa344ef925e 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -298,11 +298,6 @@ void LayerTreeHostImpl::ManageTiles() {
memory_used_bytes);
}
-void LayerTreeHostImpl::SetAnticipatedDrawTime(base::TimeTicks time) {
- if (tile_manager_)
- tile_manager_->SetAnticipatedDrawTime(time);
-}
-
void LayerTreeHostImpl::StartPageScaleAnimation(gfx::Vector2d target_offset,
bool anchor_point,
float page_scale,
@@ -1366,7 +1361,6 @@ bool LayerTreeHostImpl::InitializeRenderer(
tile_manager_.reset(new TileManager(this,
resource_provider.get(),
settings_.num_raster_threads,
- settings_.use_cheapness_estimator,
settings_.use_color_estimator,
settings_.prediction_benchmarking,
rendering_stats_instrumentation_));
« no previous file with comments | « cc/trees/layer_tree_host_impl.h ('k') | cc/trees/layer_tree_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698