| Index: content/plugin/webplugin_proxy.cc
|
| ===================================================================
|
| --- content/plugin/webplugin_proxy.cc (revision 85672)
|
| +++ content/plugin/webplugin_proxy.cc (working copy)
|
| @@ -370,7 +370,7 @@
|
| // into (which is windowless_canvas_) so it can do blending. So we copy the
|
| // background bitmap into the windowless_canvas_.
|
| const SkBitmap& background_bitmap =
|
| - background_canvas_->getTopPlatformDevice().accessBitmap(false);
|
| + background_canvas_->getTopDevice().accessBitmap(false);
|
| windowless_canvas_->drawBitmap(background_bitmap, 0, 0);
|
| } else {
|
| // In non-transparent mode, the plugin doesn't care what's underneath, so we
|
|
|