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

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: James' review Created 8 years, 7 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 b31a21464120ef1ecdff7e6f8e64f0ecb3c23329..4cc2e9cfb7862fb132d1a898d8c9f40685060444 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 selects a file from file system or changes the layout.
flackr 2012/05/09 21:26:16 Describe what the function does, after which you c
bshe 2012/05/10 16:10:26 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