| Index: content/browser/renderer_host/backing_store_skia.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/backing_store_skia.cc (revision 123041)
|
| +++ content/browser/renderer_host/backing_store_skia.cc (working copy)
|
| @@ -98,7 +98,7 @@
|
| skia::PlatformCanvas* output) {
|
| const int width = std::min(size().width(), rect.width());
|
| const int height = std::min(size().height(), rect.height());
|
| - if (!output->initialize(width, height, true))
|
| + if (!output->initialize(width, height, skia::PlatformDevice::FLAGS_OPAQUE))
|
| return false;
|
|
|
| SkBitmap bitmap = skia::GetTopDevice(*output)->accessBitmap(true);
|
|
|