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

Unified Diff: ui/aura/mus/window_tree_host_mus.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/aura/mus/window_tree_host_mus.cc
diff --git a/ui/aura/mus/window_tree_host_mus.cc b/ui/aura/mus/window_tree_host_mus.cc
index ba6e05f5e07346442d76eb37c7b5b6803ee46d67..895ef4b7f47f9ec1c93a32d84484f193f74c9040 100644
--- a/ui/aura/mus/window_tree_host_mus.cc
+++ b/ui/aura/mus/window_tree_host_mus.cc
@@ -126,11 +126,6 @@ display::Display WindowTreeHostMus::GetDisplay() const {
return display::Display();
}
-void WindowTreeHostMus::ShowImpl() {
- WindowTreeHostPlatform::ShowImpl();
- window()->Show();
-}
-
void WindowTreeHostMus::HideImpl() {
WindowTreeHostPlatform::HideImpl();
window()->Hide();

Powered by Google App Engine
This is Rietveld 408576698