aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/Resources.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-10-26 05:23:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-26 05:23:53 -0700
commit30b83d45a3af444e6868c638d86442c2ea3e20c6 (patch)
tree1500063e2224a5820798eec578bf941c50e977e6 /tools/Resources.h
parent86217d831d70949f9dde6a60f821d3f357558bdf (diff)
add gm: colorwheel
Diffstat (limited to 'tools/Resources.h')
-rw-r--r--tools/Resources.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Resources.h b/tools/Resources.h
index 485a112231..99de77a8b7 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