From 30b83d45a3af444e6868c638d86442c2ea3e20c6 Mon Sep 17 00:00:00 2001 From: halcanary Date: Sun, 26 Oct 2014 05:23:53 -0700 Subject: add gm: colorwheel BUG=skia:3061 Review URL: https://codereview.chromium.org/680533002 --- tools/Resources.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/Resources.h') 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 -- cgit v1.2.3