| 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 7f6ae44ff74ef374156cae786bf66e6d54bdcd0a..94d2864c696535575997ee2d32c898b0d00816eb 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2006,7 +2006,7 @@ bool LayerTreeHostImpl::InitializeRenderer(
|
| // TODO(brianderson): Don't use a hard-coded parent draw time.
|
| base::TimeDelta parent_draw_time =
|
| output_surface_->capabilities().adjust_deadline_for_parent
|
| - ? BeginFrameArgs::DefaultDeadlineAdjustment()
|
| + ? BeginFrameArgs::DefaultEstimatedParentDrawTime()
|
| : base::TimeDelta();
|
| client_->SetEstimatedParentDrawTime(parent_draw_time);
|
|
|
|
|