Index: ash/shell_factory.h |
=================================================================== |
--- ash/shell_factory.h (revision 133513) |
+++ ash/shell_factory.h (working copy) |
@@ -21,7 +21,8 @@ |
namespace ash { |
namespace internal { |
-void CreateDesktopBackground(const SkBitmap& wallpaper, ImageLayout layout); |
+views::Widget* CreateDesktopBackground(const SkBitmap& wallpaper, |
+ ImageLayout layout); |
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents); |
} // namespace internal |