Index: content/renderer/pepper/renderer_ppapi_host_impl.h |
=================================================================== |
--- content/renderer/pepper/renderer_ppapi_host_impl.h (revision 238258) |
+++ content/renderer/pepper/renderer_ppapi_host_impl.h (working copy) |
@@ -78,6 +78,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( |