Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 213462) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -87,7 +87,7 @@ |
namespace webkit { |
namespace ppapi { |
-class PluginInstance; |
+class PluginInstanceImpl; |
} // namespace ppapi |
} // namespace webkit |
@@ -300,7 +300,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(); |
@@ -772,7 +772,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, |