Chromium Code Reviews| Index: ui/aura/window_tree_host.cc |
| diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc |
| index c0baf2d340be172b9f9c303620a0b5d23dc4a30d..c074271903206e9d7bd1f011fc1da515769952b3 100644 |
| --- a/ui/aura/window_tree_host.cc |
| +++ b/ui/aura/window_tree_host.cc |
| @@ -63,7 +63,6 @@ void WindowTreeHost::InitHost() { |
| InitCompositor(); |
| UpdateRootWindowSizeInPixels(GetBoundsInPixels().size()); |
| Env::GetInstance()->NotifyHostInitialized(this); |
| - window()->Show(); |
|
mfomitchev
2016/12/13 19:33:53
Why not add this to WindowTreeHost::Show? Otherwis
sky
2016/12/13 21:38:46
Good idea, done.
I could see the argument for Hid
|
| } |
| void WindowTreeHost::AddObserver(WindowTreeHostObserver* observer) { |