Index: ash/accelerators/debug_commands.cc |
diff --git a/ash/accelerators/debug_commands.cc b/ash/accelerators/debug_commands.cc |
index 4ca1720e3a00d581eebe5e70d3199d69d2488094..2529dfa6052bd44d5b95f4d6dd854ab5ab409ea5 100644 |
--- a/ash/accelerators/debug_commands.cc |
+++ b/ash/accelerators/debug_commands.cc |
@@ -44,17 +44,17 @@ bool CycleDesktopBackgroundMode() { |
InitializeWallpaper(); |
break; |
case 1: |
- desktop_background_controller->SetCustomWallpaper( |
+ desktop_background_controller->SetWallpaper( |
CreateWallpaperImage(SK_ColorRED, SK_ColorBLUE), |
WALLPAPER_LAYOUT_STRETCH); |
break; |
case 2: |
- desktop_background_controller->SetCustomWallpaper( |
+ desktop_background_controller->SetWallpaper( |
CreateWallpaperImage(SK_ColorBLUE, SK_ColorGREEN), |
WALLPAPER_LAYOUT_CENTER); |
break; |
case 3: |
- desktop_background_controller->SetCustomWallpaper( |
+ desktop_background_controller->SetWallpaper( |
CreateWallpaperImage(SK_ColorGREEN, SK_ColorRED), |
WALLPAPER_LAYOUT_CENTER_CROPPED); |
break; |