Index: trunk/src/cc/trees/layer_tree_host.cc |
=================================================================== |
--- trunk/src/cc/trees/layer_tree_host.cc (revision 287765) |
+++ trunk/src/cc/trees/layer_tree_host.cc (working copy) |
@@ -697,12 +697,8 @@ |
void LayerTreeHost::Composite(base::TimeTicks frame_begin_time) { |
DCHECK(!proxy_->HasImplThread()); |
- // This function is only valid when not using the scheduler. |
- DCHECK(!settings_.single_thread_proxy_scheduler); |
SingleThreadProxy* proxy = static_cast<SingleThreadProxy*>(proxy_.get()); |
- SetLayerTreeHostClientReady(); |
- |
if (output_surface_lost_) |
proxy->CreateAndInitializeOutputSurface(); |
if (output_surface_lost_) |