Chromium Code Reviews| Index: ash/desktop_background/desktop_background_controller.h |
| diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h |
| index 931b48630b70052238900ec6fe26ce772ffca503..a42b4f73e2e5ea1623ae3532d16c78db16b1ba68 100644 |
| --- a/ash/desktop_background/desktop_background_controller.h |
| +++ b/ash/desktop_background/desktop_background_controller.h |
| @@ -51,6 +51,9 @@ class ASH_EXPORT DesktopBackgroundController { |
| // wallpaper after loaded. |
| void SetDefaultWallpaper(int index); |
| + // Called when user select a file from file system or changed the layout. |
|
flackr
2012/05/04 19:06:17
s/select/selects
s/changed/changes
bshe
2012/05/08 22:22:18
Done.
|
| + void SetCustomWallpaper(const SkBitmap& wallpaper, WallpaperLayout layout); |
| + |
| // Cancel the current wallpaper loading operation. |
| void CancelPendingWallpaperOperation(); |