| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 213350)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -87,7 +87,7 @@
|
| namespace webkit {
|
|
|
| namespace ppapi {
|
| -class PluginInstance;
|
| +class PluginInstanceImpl;
|
| } // namespace ppapi
|
|
|
| } // namespace webkit
|
| @@ -296,7 +296,7 @@
|
|
|
| // Creates a fullscreen container for a pepper plugin instance.
|
| RenderWidgetFullscreenPepper* CreatePepperFullscreenContainer(
|
| - webkit::ppapi::PluginInstance* plugin);
|
| + webkit::ppapi::PluginInstanceImpl* plugin);
|
|
|
| // Informs the render view that a PPAPI plugin has gained or lost focus.
|
| void PpapiPluginFocusChanged();
|
| @@ -768,7 +768,7 @@
|
| virtual void WillInitiatePaint() OVERRIDE;
|
| virtual void DidInitiatePaint() OVERRIDE;
|
| virtual void DidFlushPaint() OVERRIDE;
|
| - virtual webkit::ppapi::PluginInstance* GetBitmapForOptimizedPluginPaint(
|
| + virtual webkit::ppapi::PluginInstanceImpl* GetBitmapForOptimizedPluginPaint(
|
| const gfx::Rect& paint_bounds,
|
| TransportDIB** dib,
|
| gfx::Rect* location,
|
|
|