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: |