Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 6cb6c087169b8e8eed110d61fad7a3ea0bcb600c..c6c047fa7dd6b2a2c5c5cc1af353e595ef320215 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -151,6 +151,9 @@ void CreateContainersInRootWindow(aura::RootWindow* root_window) { |
"UnparentedControlContainer", |
non_lock_screen_containers); |
+ CreateContainer(internal::kShellWindowId_SystemBackgroundContainer, |
+ "SystemBackgroundContainer", non_lock_screen_containers); |
+ |
aura::Window* desktop_background_containers = CreateContainer( |
internal::kShellWindowId_DesktopBackgroundContainer, |
"DesktopBackgroundContainer", |