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 2f1040aaa9647f5a2fd25719597d2b89178547a1..ec783bed2150401634beec71b1b89d586bc2ba5e 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -116,7 +116,6 @@ class CONTENT_EXPORT RenderProcessHostImpl |
virtual bool FastShutdownForPageCount(size_t count) OVERRIDE; |
virtual bool FastShutdownStarted() const OVERRIDE; |
virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE; |
- virtual void SurfaceUpdated(int32 surface_id) OVERRIDE; |
virtual void ResumeRequestsForView(int route_id) OVERRIDE; |
// IPC::Sender via RenderProcessHost. |