| Index: chrome/browser/android/thumbnail/thumbnail_cache.cc
|
| diff --git a/chrome/browser/android/thumbnail/thumbnail_cache.cc b/chrome/browser/android/thumbnail/thumbnail_cache.cc
|
| index b9c403bd6755b5d2402e3227fbaa91459f5161cd..896921a368b88edbf34e2cc203d3ab9c4e63c02e 100644
|
| --- a/chrome/browser/android/thumbnail/thumbnail_cache.cc
|
| +++ b/chrome/browser/android/thumbnail/thumbnail_cache.cc
|
| @@ -914,8 +914,8 @@ std::pair<SkBitmap, float> ThumbnailCache::CreateApproximation(
|
| SkBitmap dst_bitmap;
|
| dst_bitmap.allocPixels(SkImageInfo::Make(dst_size.width(),
|
| dst_size.height(),
|
| - bitmap.info().fColorType,
|
| - bitmap.info().fAlphaType));
|
| + bitmap.info().colorType(),
|
| + bitmap.info().alphaType()));
|
| dst_bitmap.eraseColor(0);
|
| SkAutoLockPixels dst_bitmap_lock(dst_bitmap);
|
|
|
|
|