| Index: components/html_viewer/web_layer_tree_view_impl.cc
|
| diff --git a/components/html_viewer/web_layer_tree_view_impl.cc b/components/html_viewer/web_layer_tree_view_impl.cc
|
| index 2ee1c7537e067ce5e6b876359d7c82907ddaf475..0870aa8c5cea3e9b59555a657e3cf7d4b7c8d3e5 100644
|
| --- a/components/html_viewer/web_layer_tree_view_impl.cc
|
| +++ b/components/html_viewer/web_layer_tree_view_impl.cc
|
| @@ -70,7 +70,7 @@ void WebLayerTreeViewImpl::Initialize(mojo::GpuPtr gpu_service,
|
| output_surface_.reset(
|
| new mus::OutputSurface(context_provider, view_->RequestSurface()));
|
| }
|
| - layer_tree_host_->SetLayerTreeHostClientReady();
|
| + layer_tree_host_->SetVisible(view_->visible());
|
| }
|
|
|
| WebLayerTreeViewImpl::~WebLayerTreeViewImpl() {
|
|
|