| 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 115cb579d27b849426c3f6b789cf5160cbd34dfd..7ce89f56d58879a6ed7672b7fe6984a41207cba6 100644
|
| --- a/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| +++ b/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| @@ -43,7 +43,10 @@ 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 bool IsRunningInProcess() const OVERRIDE;
|
|
|
| private:
|
| ppapi::proxy::ResourceMessageTestSink sink_;
|
|
|