| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 565c1697a0451e70346a2cd3a22f5a32998ef0aa..630629809a45113ba27e2822c5010c67ec674378 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())
|
|
|