aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm_expectations.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-27 18:45:26 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-27 18:45:26 +0000
commit2b3a204bf68c9e41e62e0f2db5dfe263ea811424 (patch)
treee719ab910d8d3c955780d3083322572e5cecc43a /gm/gm_expectations.h
parent8dab8ecc93c018fbda2f7f6fdcfdf9982563f9a9 (diff)
replace gm_fprintf() calls with SkDebugf()
BUG=skia:1221 R=bsalomon@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/181933002 git-svn-id: http://skia.googlecode.com/svn/trunk@13613 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/gm_expectations.h')
-rw-r--r--gm/gm_expectations.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gm/gm_expectations.h b/gm/gm_expectations.h
index c6a2693b17..d454732dad 100644
--- a/gm/gm_expectations.h
+++ b/gm/gm_expectations.h
@@ -20,8 +20,6 @@
namespace skiagm {
- void gm_fprintf(FILE *stream, const char format[], ...);
-
Json::Value CreateJsonTree(Json::Value expectedResults,
Json::Value actualResultsFailed,
Json::Value actualResultsFailureIgnored,