Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2385)

Unified Diff: ash/root_window_controller.cc

Issue 10875070: Makes workspace 2 show an alternate background (system background) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell_window_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698