| Index: content/renderer/render_view_impl.cc
|
| ===================================================================
|
| --- content/renderer/render_view_impl.cc (revision 213350)
|
| +++ content/renderer/render_view_impl.cc (working copy)
|
| @@ -2228,7 +2228,7 @@
|
| }
|
|
|
| RenderWidgetFullscreenPepper* RenderViewImpl::CreatePepperFullscreenContainer(
|
| - webkit::ppapi::PluginInstance* plugin) {
|
| + webkit::ppapi::PluginInstanceImpl* plugin) {
|
| #if defined(ENABLE_PLUGINS)
|
| GURL active_url;
|
| if (webview() && webview()->mainFrame())
|
| @@ -5840,12 +5840,13 @@
|
| }
|
| }
|
|
|
| -webkit::ppapi::PluginInstance* RenderViewImpl::GetBitmapForOptimizedPluginPaint(
|
| - const gfx::Rect& paint_bounds,
|
| - TransportDIB** dib,
|
| - gfx::Rect* location,
|
| - gfx::Rect* clip,
|
| - float* scale_factor) {
|
| +webkit::ppapi::PluginInstanceImpl*
|
| + RenderViewImpl::GetBitmapForOptimizedPluginPaint(
|
| + const gfx::Rect& paint_bounds,
|
| + TransportDIB** dib,
|
| + gfx::Rect* location,
|
| + gfx::Rect* clip,
|
| + float* scale_factor) {
|
| return pepper_helper_->GetBitmapForOptimizedPluginPaint(
|
| paint_bounds, dib, location, clip, scale_factor);
|
| }
|
|
|