| 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 24927b181355a2775667c3f9e4af30b01916caa3..c48c02b17fd9194ed56221757755897205c0b51b 100644
 | 
| --- a/content/renderer/pepper/renderer_ppapi_host_impl.h
 | 
| +++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
 | 
| @@ -82,6 +82,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:
 | 
| 
 |