Index: ash/shell/content_client/shell_browser_main_parts.cc |
diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc |
index a34fb1ef652ba1b23b0813acc7496a00008a33dc..478453de02044d110ae4dad749384ba38268744f 100644 |
--- a/ash/shell/content_client/shell_browser_main_parts.cc |
+++ b/ash/shell/content_client/shell_browser_main_parts.cc |
@@ -134,7 +134,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() { |
Shell::GetInstance()->desktop_background_controller()->SetDefaultWallpaper( |
false /* is_guest */); |
- ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->ShowRootWindow(); |
+ ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show(); |
} |
void ShellBrowserMainParts::PostMainMessageLoopRun() { |