| 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 f90ca3255bc2d07544e60e3a27bf0a75b6921c7c..ef7181ed753a77543c158a777ea00aa57283d00b 100644
 | 
| --- a/cc/trees/layer_tree_host_impl.cc
 | 
| +++ b/cc/trees/layer_tree_host_impl.cc
 | 
| @@ -2341,12 +2341,6 @@ bool LayerTreeHostImpl::InitializeRenderer(
 | 
|    CreateTileManagerResources();
 | 
|    RecreateTreeResources();
 | 
|  
 | 
| -  // TODO(brianderson): Don't use a hard-coded parent draw time.
 | 
| -  base::TimeDelta parent_draw_time =
 | 
| -      compositor_frame_sink_->capabilities().adjust_deadline_for_parent
 | 
| -          ? BeginFrameArgs::DefaultEstimatedParentDrawTime()
 | 
| -          : base::TimeDelta();
 | 
| -  client_->SetEstimatedParentDrawTime(parent_draw_time);
 | 
|    client_->OnCanDrawStateChanged(CanDraw());
 | 
|    SetFullViewportDamage();
 | 
|    // There will not be anything to draw here, so set high res
 | 
| 
 |