| 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 4d3d0b4e193e5da32e0844823d55394f1366afd1..7832e3d71527f7d8cd11c5f778d53738691f7996 100644
|
| --- a/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| +++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| @@ -98,6 +98,8 @@ class RendererPpapiHostImpl
|
| 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;
|
|
|