| 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_));
|
|
|