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

Unified Diff: ash/desktop_background/desktop_background_view.h

Issue 9580023: Enable user change background image in settings page in Aura build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Move kPresetWallpaperIndex to desktop_background_resource Created 8 years, 9 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_view.h
diff --git a/ash/desktop_background/desktop_background_view.h b/ash/desktop_background/desktop_background_view.h
index 6af658325a6423f13ad9e61ed3b0852a91ba986c..30a46597a460e0e3f7c7864753982bdba71100e7 100644
--- a/ash/desktop_background/desktop_background_view.h
+++ b/ash/desktop_background/desktop_background_view.h
@@ -15,8 +15,9 @@ namespace internal {
class DesktopBackgroundView : public views::WidgetDelegateView {
public:
- DesktopBackgroundView();
+ DesktopBackgroundView(const SkBitmap& wallpaper);
virtual ~DesktopBackgroundView();
+ void SetWallpaper(const SkBitmap& wallpaper);
flackr 2012/03/07 20:50:28 This currently isn't used anymore, right?
bshe 2012/03/07 23:48:35 I still use it for changing the wallpaper. It seem
flackr 2012/03/08 01:19:58 Sounds good to me.
private:
// Overridden from views::View:

Powered by Google App Engine
This is Rietveld 408576698