| 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 47f586146af62d2311399ba9b9a1f461cfb87f97..5736c58b0fa57d06db6da5402f53e8f0f545a38e 100644
|
| --- a/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| +++ b/content/renderer/pepper/mock_renderer_ppapi_host.h
|
| @@ -52,6 +52,7 @@ class MockRendererPpapiHost : public RendererPpapiHost {
|
| virtual gfx::Point PluginPointToRenderView(
|
| PP_Instance instance,
|
| const gfx::Point& pt) const OVERRIDE;
|
| + virtual GURL GetDocumentURLForInstance(PP_Instance instance) const OVERRIDE;
|
| virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
|
| base::PlatformFile handle,
|
| bool should_close_source) OVERRIDE;
|
|
|