Chromium Code Reviews| Index: src/utils/SkBitmapHasher.h |
| =================================================================== |
| --- src/utils/SkBitmapHasher.h (revision 8839) |
| +++ src/utils/SkBitmapHasher.h (working copy) |
| @@ -11,6 +11,8 @@ |
| #include "SkBitmap.h" |
| +#define BITMAPHASHER_USES_TRUNCATED_MD5 |
|
epoger
2013/04/24 17:30:00
patchset 2 changes SkBitmapHasher to use a truncat
|
| + |
| // 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; |