Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / tools / Resources.h
index a10612b..99de77a 100644 (file)
 
 #include "SkString.h"
 
+class SkBitmap;
+
 SkString GetResourcePath(const char* resource = "");
+void SetResourcePath(const char* );
+
+bool GetResourceAsBitmap(const char* resource, SkBitmap* dst);
 
 #endif  // Resources_DEFINED