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

Unified Diff: ash/shell_factory.h

Issue 10810039: 2nd display should show the same background as login/lock screen: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Post-review fix #2 Created 8 years, 5 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
Index: ash/shell_factory.h
diff --git a/ash/shell_factory.h b/ash/shell_factory.h
index 285c303dcadfa551439b2eca9af5417deae75cd2..db6320c1530bbabd925bebac0b64c9e2a7a47805 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -30,7 +30,8 @@ class Widget;
namespace ash {
namespace internal {
-void CreateDesktopBackground(aura::RootWindow* root_window);
+views::Widget* CreateDesktopBackground(aura::RootWindow* root_window,
+ int container_id);
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);

Powered by Google App Engine
This is Rietveld 408576698