Index: content/plugin/webplugin_proxy.cc |
=================================================================== |
--- content/plugin/webplugin_proxy.cc (revision 123041) |
+++ content/plugin/webplugin_proxy.cc (working copy) |
@@ -482,7 +482,8 @@ |
if (!canvas->initialize( |
window_rect.width(), |
window_rect.height(), |
- true, |
+ skia::PlatformDevice::FLAGS_OPAQUE | |
+ skia::PlatformDevice::FLAGS_INITIALIZED, |
Jeff Timanus
2012/02/23 22:14:10
This initialization is within a #if WIN block, so
|
section)) { |
canvas_out->reset(); |
} |