Index: tools/Resources.h |
diff --git a/tools/Resources.h b/tools/Resources.h |
index 485a11223158a00c5bc0fae5a93f4e2528dde7b5..99de77a8b7d1c84074671898af8000d2a4a3990d 100644 |
--- a/tools/Resources.h |
+++ b/tools/Resources.h |
@@ -10,7 +10,11 @@ |
#include "SkString.h" |
+class SkBitmap; |
+ |
SkString GetResourcePath(const char* resource = ""); |
void SetResourcePath(const char* ); |
+bool GetResourceAsBitmap(const char* resource, SkBitmap* dst); |
+ |
#endif // Resources_DEFINED |