| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 6f995d8ca634a3548bb4b460896fd6dc2d806d69..51b9b4f2e33d31a0663ff35821a4b8ac0f21f482 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -677,8 +677,6 @@
|
| DCHECK(!proxy_->HasImplThread());
|
| SingleThreadProxy* proxy = static_cast<SingleThreadProxy*>(proxy_.get());
|
|
|
| - SetLayerTreeHostClientReady();
|
| -
|
| if (output_surface_lost_)
|
| proxy->CreateAndInitializeOutputSurface();
|
| if (output_surface_lost_)
|
|
|