diff options
Diffstat (limited to 'ash/shell')
-rw-r--r-- | ash/shell/content_client/shell_browser_main_parts.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc index 06df2ad..872f352 100644 --- a/ash/shell/content_client/shell_browser_main_parts.cc +++ b/ash/shell/content_client/shell_browser_main_parts.cc @@ -102,8 +102,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() { ash::shell::InitWindowTypeLauncher(); - Shell::GetInstance()->desktop_background_controller()-> - SetDefaultWallpaper(0, false); + Shell::GetInstance()->desktop_background_controller()->SetDefaultWallpaper(0); ash::Shell::GetPrimaryRootWindow()->ShowRootWindow(); } |