| 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 ec89ddcfd734a055a9cdc9fa4dd9bc60bc870f99..bacabc5928ace3439bca68b8c9d18837a7eb2a4e 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1744,6 +1744,7 @@ void LayerTreeHostImpl::CreateAndSetRenderer(
|
| active_tree_->set_needs_update_draw_properties();
|
| if (pending_tree_)
|
| pending_tree_->set_needs_update_draw_properties();
|
| + client_->UpdateRendererCapabilitiesOnImplThread();
|
| }
|
| }
|
|
|
|
|