| 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 ff0341dd6b8496e0520f6698730b5767c7eb9200..3625de2bb400ea0e90c3f116f9ce084dd9d10c30 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 RenderView* GetRenderViewForInstance(
|
| PP_Instance instance) const OVERRIDE;
|
| + virtual WebKit::WebPluginContainer* GetContainerForInstance(
|
| + PP_Instance instance) const OVERRIDE;
|
| virtual bool HasUserGesture(PP_Instance instance) const OVERRIDE;
|
|
|
| private:
|
|
|