aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm_expectations.h
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-21 15:45:45 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-21 15:45:45 +0000
commit659c8c06cdc6c825004515240f81a8dafb2b4b0f (patch)
treedc57e9cf3fb58e9ef7f3a62dde23ebb644ff2e16 /gm/gm_expectations.h
parent37d747d383ea95d6f3f4bdd80aa4ec8fff81e682 (diff)
GM: make behavior of make_filename() more late-binding
This will be needed to add the option of writing out files with checksum-based filenames. R=scroggo@google.com Review URL: https://codereview.chromium.org/15415003 git-svn-id: http://skia.googlecode.com/svn/trunk@9215 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/gm_expectations.h')
-rw-r--r--gm/gm_expectations.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gm/gm_expectations.h b/gm/gm_expectations.h
index 9fca33bde4..a8b29cd6bd 100644
--- a/gm/gm_expectations.h
+++ b/gm/gm_expectations.h
@@ -51,11 +51,6 @@ namespace skiagm {
*/
SkString SkPathJoin(const char *rootPath, const char *relativePath);
- SkString make_filename(const char path[],
- const char renderModeDescriptor[],
- const char *name,
- const char suffix[]);
-
Json::Value ActualResultAsJsonValue(const SkHashDigest& result);
Json::Value CreateJsonTree(Json::Value expectedResults,