diff options
author | bshe@chromium.org <bshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 21:41:37 +0000 |
---|---|---|
committer | bshe@chromium.org <bshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 21:41:37 +0000 |
commit | 2f5b48321398324f5a17e1a735099dca3d95024e (patch) | |
tree | 066c9e3f53a0038dc00f5c0d6ad1463467c176e5 /ash/shell_factory.h | |
parent | 977b06c4da2de240e262ff4e1ea3c56873bd9ee4 (diff) | |
download | chromium_src-2f5b48321398324f5a17e1a735099dca3d95024e.zip chromium_src-2f5b48321398324f5a17e1a735099dca3d95024e.tar.gz chromium_src-2f5b48321398324f5a17e1a735099dca3d95024e.tar.bz2 |
Implement user selected wallpaper feature.
BUG=123612, 122791
TEST=Verify if custom wallpaper is supported
Review URL: https://chromiumcodereview.appspot.com/10375010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_factory.h')
-rw-r--r-- | ash/shell_factory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/shell_factory.h b/ash/shell_factory.h index 03b8170..c1ebf51e 100644 --- a/ash/shell_factory.h +++ b/ash/shell_factory.h @@ -21,7 +21,8 @@ class Widget; namespace ash { namespace internal { -void CreateDesktopBackground(const SkBitmap& wallpaper, ImageLayout layout); +void CreateDesktopBackground(const SkBitmap& wallpaper, + WallpaperLayout wallpaper_layout); ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents); } // namespace internal |