Index: ash/shell.cc |
=================================================================== |
--- ash/shell.cc (revision 160653) |
+++ ash/shell.cc (working copy) |
@@ -414,6 +414,8 @@ |
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(); |