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

Unified Diff: tests/Test.h

Issue 16098011: Fix bug in setting directories for tests. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Respond to comments Created 7 years, 6 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 dfa12a6dfcd57f4f34169fbe1959f4ac5cd4d01b..8cb23c1b48b2728a83cb582621f54845f6705700 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -75,9 +75,9 @@ namespace skiatest {
bool passed() const { return fPassed; }
SkMSec elapsedMs() const { return fElapsed; }
- static const SkString& GetTmpDir();
+ static SkString GetTmpDir();
- static const SkString& GetResourcePath();
+ static SkString GetResourcePath();
virtual bool isThreadsafe() const { return true; }
« 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