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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ash/shell_factory.h b/ash/shell_factory.h
index 7e60116..c1ebf51e 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -9,9 +9,7 @@
#include "ash/ash_export.h"
#include "ash/desktop_background/desktop_background_resources.h"
-namespace gfx {
-class ImageSkia;
-}
+class SkBitmap;
namespace views {
class View;
@@ -23,7 +21,7 @@ class Widget;
namespace ash {
namespace internal {
-void CreateDesktopBackground(const gfx::ImageSkia& wallpaper,
+void CreateDesktopBackground(const SkBitmap& wallpaper,
WallpaperLayout wallpaper_layout);
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
} // namespace internal