Chromium Code Reviews

Unified Diff: src/utils/SkBitmapHasher.h

Issue 14054012: SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: update_gm_selftest_results Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/utils/SkBitmapHasher.h
===================================================================
--- src/utils/SkBitmapHasher.h (revision 8985)
+++ src/utils/SkBitmapHasher.h (working copy)
@@ -11,6 +11,8 @@
#include "SkBitmap.h"
+#define BITMAPHASHER_USES_TRUNCATED_MD5
+
// TODO(epoger): Soon, SkHashDigest will become a real class of its own,
// and callers won't be able to assume it converts to/from a uint64_t.
typedef uint64_t SkHashDigest;

Powered by Google App Engine