Chromium Code Reviews| Index: tools/Resources.h |
| diff --git a/tools/Resources.h b/tools/Resources.h |
| index 99de77a8b7d1c84074671898af8000d2a4a3990d..c9785a574c6e443d99312de8bc707718401aa4c3 100644 |
| --- a/tools/Resources.h |
| +++ b/tools/Resources.h |
| @@ -11,10 +11,14 @@ |
| #include "SkString.h" |
| class SkBitmap; |
| +class SkStreamAsset; |
| +class SkTypeface; |
| SkString GetResourcePath(const char* resource = ""); |
| void SetResourcePath(const char* ); |
| bool GetResourceAsBitmap(const char* resource, SkBitmap* dst); |
| +SkStreamAsset* GetResourceAsStream(const char* resource); |
| +SkTypeface* GetResourceAsTypeface(const char* resource); |
| #endif // Resources_DEFINED |