Index: chrome/browser/thumbnails/thumbnail_tab_helper.cc |
diff --git a/chrome/browser/thumbnails/thumbnail_tab_helper.cc b/chrome/browser/thumbnails/thumbnail_tab_helper.cc |
index 0b062794e300d47144d1363042e8c132c28852e3..1c382b5651aa2dc14a89f01146a6d3ca688d3d16 100644 |
--- a/chrome/browser/thumbnails/thumbnail_tab_helper.cc |
+++ b/chrome/browser/thumbnails/thumbnail_tab_helper.cc |
@@ -118,11 +118,11 @@ void AsyncProcessThumbnail(content::WebContents* web_contents, |
ui::GetScaleFactorForNativeView(view->GetNativeView()), |
©_rect, |
&context->requested_copy_size); |
- |
render_widget_host->CopyFromBackingStore( |
copy_rect, |
context->requested_copy_size, |
- base::Bind(&ProcessCapturedBitmap, context, algorithm)); |
+ base::Bind(&ProcessCapturedBitmap, context, algorithm), |
+ SkBitmap::kARGB_8888_Config); |
} |
} // namespace |