Index: tests/BitmapHasherTest.cpp |
=================================================================== |
--- tests/BitmapHasherTest.cpp (revision 9256) |
+++ tests/BitmapHasherTest.cpp (working copy) |
@@ -38,7 +38,7 @@ |
void RunTest() { |
// Test SkBitmapHasher |
SkBitmap bitmap; |
- SkHashDigest digest; |
+ uint64_t digest; |
// initial test case |
CreateTestBitmap(bitmap, SkBitmap::kARGB_8888_Config, 333, 555, SK_ColorBLUE); |
REPORTER_ASSERT(fReporter, SkBitmapHasher::ComputeDigest(bitmap, &digest)); |