From 366a770159611031f4cda6d471043b7045f84072 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Tue, 7 May 2013 15:51:54 +0000 Subject: GM: now that we use MD5 instead of CityHash, the JSON should say so (this should have been part of https://code.google.com/p/skia/source/detail?r=8992 ) R=bungeman@google.com Review URL: https://codereview.chromium.org/14758003 git-svn-id: http://skia.googlecode.com/svn/trunk@9038 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/gm_expectations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gm/gm_expectations.h') diff --git a/gm/gm_expectations.h b/gm/gm_expectations.h index df99c6ebbf..2506a98127 100644 --- a/gm/gm_expectations.h +++ b/gm/gm_expectations.h @@ -101,7 +101,7 @@ namespace skiagm { /** * Returns true iff there are no allowed checksums. */ - bool empty() const { return this->fAllowedBitmapCityhashes.empty(); } + bool empty() const { return this->fAllowedBitmapChecksums.empty(); } /** * Returns true iff actualChecksum matches any allowedChecksum, @@ -128,7 +128,7 @@ namespace skiagm { private: const static bool kDefaultIgnoreFailure = false; - SkTArray fAllowedBitmapCityhashes; + SkTArray fAllowedBitmapChecksums; bool fIgnoreFailure; SkBitmap fBitmap; }; -- cgit v1.2.3