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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc

Issue 2567293004: Makes WindowTreeHost::InitHost() not Show the window (Closed)
Patch Set: WTF::Show shows window Created 4 years 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/views/widget/desktop_aura/desktop_native_widget_aura.cc
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
index b3ec277e25a186d8fa4f10eb724c5ff5edc6b325..ad6728729a2317f40d3421261ab93afd100bb32d 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
@@ -425,6 +425,7 @@ void DesktopNativeWidgetAura::InitNativeWidget(
desktop_window_tree_host_->Init(content_window_, params);
host_->InitHost();
+ host_->window()->Show();
host_->window()->AddChild(content_window_container_);
host_->window()->SetProperty(kDesktopNativeWidgetAuraKey, this);
« ash/display/mirror_window_controller.cc ('K') | « ui/views/mus/native_widget_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698