Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: components/html_viewer/html_document.cc

Issue 1390353007: Adds MUSViewsInit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/mus/example/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_document.cc
diff --git a/components/html_viewer/html_document.cc b/components/html_viewer/html_document.cc
index 1d976f79078b3ee9600a76339a3e36c406778b99..fd6df51b9d328373ad5ff60ddb5f853171524ead 100644
--- a/components/html_viewer/html_document.cc
+++ b/components/html_viewer/html_document.cc
@@ -317,7 +317,8 @@ void HTMLDocument::Create(
new ViewTreeDelegateImpl(this));
transferable_state_.owns_view_tree_connection = true;
mus::ViewTreeConnection::Create(
- transferable_state_.view_tree_delegate_impl.get(), request.Pass());
+ transferable_state_.view_tree_delegate_impl.get(), request.Pass(),
+ mus::ViewTreeConnection::CreateType::DONT_WAIT_FOR_EMBED);
}
} // namespace html_viewer
« no previous file with comments | « no previous file | components/mus/example/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698