| 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);
|
|
|
|
|