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

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 10375010: Implement user selected wallpaper feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/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();

Powered by Google App Engine
This is Rietveld 408576698