| Index: src/utils/SkBitmapHasher.cpp | 
| diff --git a/src/utils/SkBitmapHasher.cpp b/src/utils/SkBitmapHasher.cpp | 
| index bd038ddaa05d20f2717dff7867d1ccfb692d73f8..32ff1cb0816f664587872fa15b1f691891ec64fb 100644 | 
| --- a/src/utils/SkBitmapHasher.cpp | 
| +++ b/src/utils/SkBitmapHasher.cpp | 
| @@ -55,7 +55,7 @@ static inline uint64_t first_8_bytes_as_uint64(const uint8_t *bytearray) { | 
| } | 
|  | 
| // Hmm, that didn't work. Maybe if we create a new | 
| -    // kARGB_8888_Config version of the bitmap it will work better? | 
| +    // version of the bitmap it will work better? | 
| SkBitmap copyBitmap; | 
| if (!bitmap.copyTo(©Bitmap, kN32_SkColorType)) { | 
| return false; | 
|  |