summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index 565c169..63062980 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -558,8 +558,7 @@ void Shell::Init() {
status_area_widget_->Show();
// This controller needs to be set before SetupManagedWindowMode.
- desktop_background_controller_.reset(
- new DesktopBackgroundController(root_window));
+ desktop_background_controller_.reset(new DesktopBackgroundController());
if (delegate_.get())
user_wallpaper_delegate_.reset(delegate_->CreateUserWallpaperDelegate());
if (!user_wallpaper_delegate_.get())