Index: content/renderer/pepper/mock_renderer_ppapi_host.h |
=================================================================== |
--- content/renderer/pepper/mock_renderer_ppapi_host.h (revision 238258) |
+++ content/renderer/pepper/mock_renderer_ppapi_host.h (working copy) |
@@ -37,6 +37,8 @@ |
virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE; |
virtual PepperPluginInstance* GetPluginInstance( |
PP_Instance instance) const OVERRIDE; |
+ virtual RenderFrame* GetRenderFrameForInstance( |
+ PP_Instance instance) const OVERRIDE; |
virtual RenderView* GetRenderViewForInstance( |
PP_Instance instance) const OVERRIDE; |
virtual blink::WebPluginContainer* GetContainerForInstance( |