summaryrefslogtreecommitdiffstats
path: root/ash/shell_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell_factory.h')
-rw-r--r--ash/shell_factory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ash/shell_factory.h b/ash/shell_factory.h
index b90889b..1e57953 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -7,6 +7,7 @@
#pragma once
#include "ash/ash_export.h"
+#include "ash/desktop_background/desktop_background_resources.h"
class SkBitmap;
@@ -20,7 +21,8 @@ class Widget;
namespace ash {
namespace internal {
-views::Widget* CreateDesktopBackground(const SkBitmap& wallpaper);
+views::Widget* CreateDesktopBackground(const SkBitmap& wallpaper,
+ ImageLayout layout);
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
} // namespace internal