| Index: content/browser/renderer_host/backing_store_win.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/backing_store_win.cc (revision 123041)
|
| +++ content/browser/renderer_host/backing_store_win.cc (working copy)
|
| @@ -158,7 +158,8 @@
|
|
|
| bool BackingStoreWin::CopyFromBackingStore(const gfx::Rect& rect,
|
| skia::PlatformCanvas* output) {
|
| - if (!output->initialize(rect.width(), rect.height(), true))
|
| + if (!output->initialize(rect.width(), rect.height(),
|
| + skia::PlatformDevice::FLAGS_OPAQUE))
|
| return false;
|
|
|
| skia::ScopedPlatformPaint scoped_platform_paint(output);
|
|
|