Index: tests/Test.h |
diff --git a/tests/Test.h b/tests/Test.h |
index 98ade93e8792bd674ceff167692df26674a259ff..ca2acc65c253daaa046f7551edbf98d95368c1da 100644 |
--- a/tests/Test.h |
+++ b/tests/Test.h |
@@ -88,7 +88,9 @@ namespace skiatest { |
const char* getName(); |
bool run(); // returns true on success |
- static const char* GetTmpDir(); |
+ static const SkString& GetTmpDir(); |
+ |
+ static const SkString& GetResourcePath(); |
protected: |
virtual void onGetName(SkString*) = 0; |