Index: content/browser/renderer_host/backing_store_mac.mm |
=================================================================== |
--- content/browser/renderer_host/backing_store_mac.mm (revision 123041) |
+++ content/browser/renderer_host/backing_store_mac.mm (working copy) |
@@ -109,7 +109,8 @@ |
bool BackingStoreMac::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); |