aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkBitmapHasher.h
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-08 16:04:02 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-08 16:04:02 +0000
commit0a117be3919becebcaa0338040af2c5ec03f6752 (patch)
tree23e5ac8e2eccefa7381f4eab1e8fb78c7b5ee0f2 /src/utils/SkBitmapHasher.h
parentd575eed3549dcb943ae84cfeb0a31463d6edad34 (diff)
Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp
R=rmistry@google.com Review URL: https://codereview.chromium.org/15060008/ git-svn-id: http://skia.googlecode.com/svn/trunk@9064 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils/SkBitmapHasher.h')
-rw-r--r--src/utils/SkBitmapHasher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/SkBitmapHasher.h b/src/utils/SkBitmapHasher.h
index c99421a8d6..165da3dcc8 100644
--- a/src/utils/SkBitmapHasher.h
+++ b/src/utils/SkBitmapHasher.h
@@ -11,8 +11,6 @@
#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;