| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index de8c32779ba34e7f57944eda8c2e1999093d36a9..ffa91d080afd64cc917d1558da69f1c4f6397118 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -622,7 +622,7 @@ void RootWindowController::Init(RootWindowType root_window_type,
|
| shell->desktop_background_controller()->OnRootWindowAdded(root_window());
|
| shell->high_contrast_controller()->OnRootWindowAdded(
|
| root_window_->window());
|
| - root_window_->ShowRootWindow();
|
| + root_window_->host()->Show();
|
|
|
| // Create a launcher if a user is already logged in.
|
| if (shell->session_state_delegate()->NumberOfLoggedInUsers())
|
|
|