| Index: content/renderer/pepper/renderer_ppapi_host_impl.h
|
| diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.h b/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| index e3a4b604059a6877d08ea20a93c3d7f86d49b8de..a4939fee7e8d0d9538498c8327c5a635fa8ed1cf 100644
|
| --- a/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| +++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| @@ -86,6 +86,8 @@ class RendererPpapiHostImpl
|
| virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE;
|
| virtual webkit::ppapi::PluginInstance* GetPluginInstance(
|
| PP_Instance instance) const OVERRIDE;
|
| + virtual webkit::ppapi::PluginDelegate* GetDelegateForInstance(
|
| + PP_Instance instance) const OVERRIDE;
|
| virtual RenderView* GetRenderViewForInstance(
|
| PP_Instance instance) const OVERRIDE;
|
| virtual WebKit::WebPluginContainer* GetContainerForInstance(
|
|
|