| 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 f8eb4345dc754dc3d94e65a304eb2e6d594783af..71e6ca4fea6f5f884b3dd0e4fb9232e6d75760bf 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()->ShowRootWindow();
|
| + ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->ShowRootWindow();
|
| }
|
|
|
| void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
|
|