| 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 7f5ba0d3974c9d26e1198db24fd84239d6e7ee5a..11e9313e1f30c70929b6494b83f902cead493522 100644
|
| --- a/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| +++ b/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| @@ -45,10 +45,13 @@ 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 IPC::PlatformFileForTransit ShareHandleWithRemote(
|
| base::PlatformFile handle,
|
| bool should_close_source) OVERRIDE;
|
| + virtual bool IsRunningInProcess() const OVERRIDE;
|
|
|
| private:
|
| ppapi::proxy::ResourceMessageTestSink sink_;
|
|
|