summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ash/desktop_background/desktop_background_resources.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ash/desktop_background/desktop_background_resources.h b/ash/desktop_background/desktop_background_resources.h
index 1bcfdf8..e25b4c1 100644
--- a/ash/desktop_background/desktop_background_resources.h
+++ b/ash/desktop_background/desktop_background_resources.h
@@ -5,14 +5,16 @@
#ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_RESOURCES_H_
#define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_RESOURCES_H_
+#include "ash/ash_export.h"
+
class SkBitmap;
namespace ash {
-int GetDefaultWallpaperIndex();
-int GetWallpaperCount();
-const SkBitmap& GetWallpaper(int index);
-const SkBitmap& GetWallpaperThumbnail(int index);
+ASH_EXPORT int GetDefaultWallpaperIndex();
+ASH_EXPORT int GetWallpaperCount();
+ASH_EXPORT const SkBitmap& GetWallpaper(int index);
+ASH_EXPORT const SkBitmap& GetWallpaperThumbnail(int index);
} // namespace ash