Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: tests/Test.h

Issue 12521016: Add --resourcePath flag to the test program. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/StreamTest.cpp ('k') | tests/skia_test.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « tests/StreamTest.cpp ('k') | tests/skia_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698