| 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 c2ad0d1cb0d7b6bdf120ca062aeb82373391c25f..8da1411942ed536a4a6ae7af79e1098e912cbfb7 100644
|
| --- a/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| +++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| @@ -76,20 +76,20 @@ class RendererPpapiHostImpl : public RendererPpapiHost {
|
| // RendererPpapiHost implementation.
|
| virtual ppapi::host::PpapiHost* GetPpapiHost() OVERRIDE;
|
| virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE;
|
| - virtual PepperPluginInstance* GetPluginInstance(
|
| - PP_Instance instance) const OVERRIDE;
|
| - virtual RenderFrame* GetRenderFrameForInstance(
|
| - PP_Instance instance) const OVERRIDE;
|
| - virtual RenderView* GetRenderViewForInstance(
|
| - PP_Instance instance) const OVERRIDE;
|
| + virtual PepperPluginInstance* GetPluginInstance(PP_Instance instance) const
|
| + OVERRIDE;
|
| + virtual RenderFrame* GetRenderFrameForInstance(PP_Instance instance) const
|
| + OVERRIDE;
|
| + virtual RenderView* GetRenderViewForInstance(PP_Instance instance) const
|
| + OVERRIDE;
|
| virtual blink::WebPluginContainer* GetContainerForInstance(
|
| PP_Instance instance) const OVERRIDE;
|
| virtual base::ProcessId GetPluginPID() const OVERRIDE;
|
| virtual bool HasUserGesture(PP_Instance instance) const OVERRIDE;
|
| virtual int GetRoutingIDForWidget(PP_Instance instance) const OVERRIDE;
|
| - virtual gfx::Point PluginPointToRenderFrame(
|
| - PP_Instance instance,
|
| - const gfx::Point& pt) const OVERRIDE;
|
| + virtual gfx::Point PluginPointToRenderFrame(PP_Instance instance,
|
| + const gfx::Point& pt) const
|
| + OVERRIDE;
|
| virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
|
| base::PlatformFile handle,
|
| bool should_close_source) OVERRIDE;
|
| @@ -97,8 +97,8 @@ class RendererPpapiHostImpl : public RendererPpapiHost {
|
| virtual void CreateBrowserResourceHosts(
|
| PP_Instance instance,
|
| const std::vector<IPC::Message>& nested_msgs,
|
| - const base::Callback<void(
|
| - const std::vector<int>&)>& callback) const OVERRIDE;
|
| + const base::Callback<void(const std::vector<int>&)>& callback) const
|
| + OVERRIDE;
|
| virtual GURL GetDocumentURL(PP_Instance instance) const OVERRIDE;
|
|
|
| private:
|
|
|