Index: ash/desktop_background/desktop_background_resources.h |
diff --git a/ash/desktop_background/desktop_background_resources.h b/ash/desktop_background/desktop_background_resources.h |
index 1de8762a6034512a957b51ccc74112f913a53258..f7cf6a6c5242325f302d596e6bd58e3387d4b523 100644 |
--- a/ash/desktop_background/desktop_background_resources.h |
+++ b/ash/desktop_background/desktop_background_resources.h |
@@ -26,6 +26,9 @@ struct ASH_EXPORT WallpaperInfo { |
const char* website; |
}; |
+#define SK_ColorWallpaperGray 0xFEFEFE |
Nikita (slow)
2012/06/04 18:23:03
That is actually close to white.
SK_ColorWallpaper
bshe
2012/06/08 15:06:30
Done.
|
+ |
+ASH_EXPORT int GetSolidColorIndex(); |
ASH_EXPORT int GetInvalidWallpaperIndex(); |
ASH_EXPORT int GetDefaultWallpaperIndex(); |
ASH_EXPORT int GetGuestWallpaperIndex(); |