| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index bca33589893d5adf7b7a44379445b16477bd26bf..560e5e82b4b7ffb78343d97704546b270394bbd4 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -411,6 +411,8 @@ void Shell::Init() {
|
| internal::RootWindowController* root_window_controller =
|
| new internal::RootWindowController(root_window);
|
| root_window_controller->CreateContainers();
|
| + root_window_controller->CreateSystemBackground(
|
| + delegate_.get() ? delegate_->IsFirstRunAfterBoot() : false);
|
|
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
|
|
|
|