Index: components/web_view/web_view_impl.cc |
diff --git a/components/web_view/web_view_impl.cc b/components/web_view/web_view_impl.cc |
index 4bd348557920084b3306648c217091f4069ba6b6..f11e81237d44eebbc2460c1e40f2d1f53e95aa94 100644 |
--- a/components/web_view/web_view_impl.cc |
+++ b/components/web_view/web_view_impl.cc |
@@ -111,7 +111,9 @@ void WebViewImpl::LoadRequest(mojo::URLRequestPtr request) { |
void WebViewImpl::GetViewTreeClient( |
mojo::InterfaceRequest<mojo::ViewTreeClient> view_tree_client) { |
- mus::ViewTreeConnection::Create(this, view_tree_client.Pass()); |
+ mus::ViewTreeConnection::Create( |
+ this, view_tree_client.Pass(), |
+ mus::ViewTreeConnection::CreateType::DONT_WAIT_FOR_EMBED); |
} |
void WebViewImpl::Find(int32_t request_id, const mojo::String& search_text) { |