From b4ca46d748364236e82fdaccc08022dd89e29d40 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Fri, 3 May 2013 17:35:39 +0000 Subject: SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash BUG=https://code.google.com/p/skia/issues/detail?id=1257 (if we change our mind within the next few days, we can toggle the BITMAPHASHER_USES_TRUNCATED_MD5 #ifdef ; at some point, we'll remove that option so we can delete our CityHash implementation entirely) R=bungeman@google.com Review URL: https://codereview.chromium.org/14054012 git-svn-id: http://skia.googlecode.com/svn/trunk@8992 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/tests/outputs/no-readpath/output-expected/json-summary.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gm/tests/outputs/no-readpath') diff --git a/gm/tests/outputs/no-readpath/output-expected/json-summary.txt b/gm/tests/outputs/no-readpath/output-expected/json-summary.txt index c2325d09f5..5140616bf0 100644 --- a/gm/tests/outputs/no-readpath/output-expected/json-summary.txt +++ b/gm/tests/outputs/no-readpath/output-expected/json-summary.txt @@ -4,10 +4,10 @@ "failure-ignored" : null, "no-comparison" : { "565/selftest1" : { - "bitmap-cityhash" : 9512553915271796906 + "bitmap-cityhash" : 12927999507540085554 }, "8888/selftest1" : { - "bitmap-cityhash" : 14022967492765711532 + "bitmap-cityhash" : 1209453360120438698 } }, "succeeded" : null -- cgit v1.2.3