| Index: content/renderer/pepper/mock_renderer_ppapi_host.h
|
| diff --git a/content/renderer/pepper/mock_renderer_ppapi_host.h b/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| index 5cbf6ef3b145f6dea1ff173a0d354c1e913f5483..47f586146af62d2311399ba9b9a1f461cfb87f97 100644
|
| --- a/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| +++ b/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| @@ -45,6 +45,8 @@ class MockRendererPpapiHost : public RendererPpapiHost {
|
| PP_Instance instance) const OVERRIDE;
|
| virtual WebKit::WebPluginContainer* GetContainerForInstance(
|
| PP_Instance instance) const OVERRIDE;
|
| + virtual webkit::ppapi::PluginDelegate::PlatformGraphics2D*
|
| + GetPlatformGraphics2D(PP_Resource resource) OVERRIDE;
|
| virtual bool HasUserGesture(PP_Instance instance) const OVERRIDE;
|
| virtual int GetRoutingIDForWidget(PP_Instance instance) const OVERRIDE;
|
| virtual gfx::Point PluginPointToRenderView(
|
| @@ -53,6 +55,7 @@ class MockRendererPpapiHost : public RendererPpapiHost {
|
| virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
|
| base::PlatformFile handle,
|
| bool should_close_source) OVERRIDE;
|
| + virtual bool IsRunningInProcess() const OVERRIDE;
|
|
|
| private:
|
| ppapi::proxy::ResourceMessageTestSink sink_;
|
|
|