| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index d700aa3b4f5e47abd77f079638b57b5243100c42..0b12d27a5351d5efc58aad3f8a40195792d775d0 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -68,9 +68,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| virtual void DumpHandles() OVERRIDE;
|
| virtual base::ProcessHandle GetHandle() OVERRIDE;
|
| virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id) OVERRIDE;
|
| - virtual void SetCompositingSurface(
|
| - int render_widget_id,
|
| - gfx::PluginWindowHandle compositing_surface) OVERRIDE;
|
| virtual content::BrowserContext* GetBrowserContext() const OVERRIDE;
|
| virtual int GetID() const OVERRIDE;
|
| virtual bool HasConnection() const OVERRIDE;
|
|
|