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

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

Issue 2824103004: mus: Adds WindowManagerDelegate::OnWmConnected() (Closed)
Patch Set: Created 3 years, 8 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_manager_delegate.cc ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.cc
diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
index e96dc133936ca5bc2d0265839a6bd38ba202a180..7618729447bb5cadd74713ff2a7fb7b3017cec51 100644
--- a/ui/aura/mus/window_tree_client.cc
+++ b/ui/aura/mus/window_tree_client.cc
@@ -1422,6 +1422,8 @@ bool WindowTreeClient::WaitForInitialDisplays() {
void WindowTreeClient::OnConnect(ClientSpecificId client_id) {
client_id_ = client_id;
+ if (window_manager_delegate_)
+ window_manager_delegate_->OnWmConnected();
}
void WindowTreeClient::WmNewDisplayAdded(
« no previous file with comments | « ui/aura/mus/window_manager_delegate.cc ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698