summaryrefslogtreecommitdiffstats
path: root/ash/shell_factory.h
diff options
context:
space:
mode:
authorbshe@chromium.org <bshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-15 21:41:37 +0000
committerbshe@chromium.org <bshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-15 21:41:37 +0000
commit2f5b48321398324f5a17e1a735099dca3d95024e (patch)
tree066c9e3f53a0038dc00f5c0d6ad1463467c176e5 /ash/shell_factory.h
parent977b06c4da2de240e262ff4e1ea3c56873bd9ee4 (diff)
downloadchromium_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.h3
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