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

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

Issue 2755673003: Allow parallel creation of windows
Patch Set: 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
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..e7821a5d03716f063917e2ef73dc4a368843fa0a 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::OnRootWindowEmbed(
+ WindowTreeHostMus* window_tree_host) {}
+
} // namespace aura
« services/ui/demo/mus_demo_external.cc ('K') | « 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