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..16491827e446b57706c731360275c1454e42eab6 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -116,7 +116,7 @@ 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 OnParentGpuChannelEstablished() OVERRIDE; |
virtual void ResumeRequestsForView(int route_id) OVERRIDE; |
// IPC::Sender via RenderProcessHost. |