commit | c77392ed58ec78ab19fa0e3ff99fb8110854fba2 | [log] [tgz] |
---|---|---|
author | reed <reed@google.com> | Mon Jun 02 13:07:26 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jun 02 13:07:26 2014 -0700 |
tree | 35917d403903038c3e266f20fd14886ac22d9c98 | |
parent | 80f709a0d7f2f1d0d35a292c0c3189d3a50b4993 [diff] [blame] |
use colortype instead of config clone of https://codereview.chromium.org/305133006/ TBR= BUG=skia: Author: reed@google.com Review URL: https://codereview.chromium.org/301233011
diff --git a/src/utils/SkBitmapHasher.cpp b/src/utils/SkBitmapHasher.cpp index bd038dd..32ff1cb 100644 --- a/src/utils/SkBitmapHasher.cpp +++ b/src/utils/SkBitmapHasher.cpp
@@ -55,7 +55,7 @@ } // 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;