| Index: ash/sysui/sysui_application.cc
|
| diff --git a/ash/sysui/sysui_application.cc b/ash/sysui/sysui_application.cc
|
| index f69e5063e44f2d9edf6ccb4675a416aaceab79e2..4fef9a6dac5b7f3e22728ab2ce9914cc4ff6af98 100644
|
| --- a/ash/sysui/sysui_application.cc
|
| +++ b/ash/sysui/sysui_application.cc
|
| @@ -68,8 +68,8 @@ const char kResourceFile200[] = "ash_test_resources_200_percent.pak";
|
| bool GetContainerForWidget(const views::Widget::InitParams& params,
|
| ash::mojom::Container* container) {
|
| switch (params.parent->id()) {
|
| - case kShellWindowId_DesktopBackgroundContainer:
|
| - *container = ash::mojom::Container::USER_BACKGROUND;
|
| + case kShellWindowId_WallpaperContainer:
|
| + *container = ash::mojom::Container::WALLPAPER;
|
| return true;
|
|
|
| case kShellWindowId_ShelfContainer:
|
|
|