| Index: content/plugin/webplugin_proxy.cc
|
| ===================================================================
|
| --- content/plugin/webplugin_proxy.cc (revision 86706)
|
| +++ content/plugin/webplugin_proxy.cc (working copy)
|
| @@ -374,7 +374,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);
|
| + skia::GetTopDevice(*background_canvas_)->accessBitmap(false);
|
| windowless_canvas_->drawBitmap(background_bitmap, 0, 0);
|
| } else {
|
| // In non-transparent mode, the plugin doesn't care what's underneath, so we
|
|
|