Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index f9fb802b1429bd6d930002fdd44fc5f60555fdeb..0b4eb580ea3a8710a5f78866a0825e3be81b0d50 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -347,7 +347,8 @@ bool CompositorImpl::CopyTextureToBitmap(GLuint texture_id, |
GLHelper* helper = ImageTransportFactoryAndroid::GetInstance()->GetGLHelper(); |
helper->ReadbackTextureSync(texture_id, |
sub_rect, |
- static_cast<unsigned char*> (bitmap.pixels())); |
+ static_cast<unsigned char*> (bitmap.pixels()), |
+ SkBitmap::kARGB_8888_Config); |
return true; |
} |