diff options
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 |