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 cb8a35f2d6d5a15c6ccbcf1d3dd2895da6895b0e..73522cb58019a57e8f626a7ef5c66dcf4b622422 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -119,7 +119,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; |
virtual void FilterURL(bool empty_allowed, GURL* url) OVERRIDE; |
#if defined(ENABLE_WEBRTC) |