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

Unified Diff: ui/aura/mus/window_tree_client_delegate.cc

Issue 2755673003: Allow parallel creation of windows
Patch Set: nits Created 3 years, 9 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 | « ui/aura/mus/window_tree_client_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client_delegate.cc
diff --git a/ui/aura/mus/window_tree_client_delegate.cc b/ui/aura/mus/window_tree_client_delegate.cc
index 90777c43aca43c49d856e79f7ad9725fd7e52227..42d1d1971ddd3c51aa97e1393b181057c9a444d0 100644
--- a/ui/aura/mus/window_tree_client_delegate.cc
+++ b/ui/aura/mus/window_tree_client_delegate.cc
@@ -8,4 +8,7 @@ namespace aura {
void WindowTreeClientDelegate::OnUnembed(Window* root) {}
+void WindowTreeClientDelegate::OnEmbedRootReady(
+ WindowTreeHostMus* window_tree_host) {}
+
} // namespace aura
« no previous file with comments | « ui/aura/mus/window_tree_client_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698