Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index b1fb741a8b4ea33c0dd22a1b5257c6864f97a482..54b6cd35e504e045454bc16389e8e20964dc0a75 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -381,8 +381,8 @@ bool RenderViewHostImpl::CreateRenderView( |
// If the RWHV has not yet been set, the surface ID namespace will get |
// passed down by the call to SetView(). |
if (GetWidget()->GetView()) { |
- Send(new ViewMsg_SetSurfaceClientId( |
- GetRoutingID(), GetWidget()->GetView()->GetSurfaceClientId())); |
+ Send(new ViewMsg_SetFrameSinkId(GetRoutingID(), |
+ GetWidget()->GetView()->GetFrameSinkId())); |
} |
// If it's enabled, tell the renderer to set up the Javascript bindings for |