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

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

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.h
diff --git a/ui/aura/mus/window_tree_client_delegate.h b/ui/aura/mus/window_tree_client_delegate.h
index e76d2efbac0b596f543f1e0765080ee391e24b38..12495bf2afb357acb61517421597a50ff8706ff1 100644
--- a/ui/aura/mus/window_tree_client_delegate.h
+++ b/ui/aura/mus/window_tree_client_delegate.h
@@ -27,6 +27,10 @@ class AURA_EXPORT WindowTreeClientDelegate {
// InterfaceRequest.
virtual void OnEmbed(std::unique_ptr<WindowTreeHostMus> window_tree_host) = 0;
+ // Called when the application implementing this interface is embedded and
+ // uses external window mode.
+ virtual void OnRootWindowEmbed(WindowTreeHostMus* window_tree_host);
+
// Sent when another app is embedded in |root| (one of the roots of the
// connection). Afer this call |root| is deleted. If the associated
// WindowTreeClient was created from a WindowTreeClientRequest then

Powered by Google App Engine
This is Rietveld 408576698