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 74d159ae85a7598c41f66f55292e8e3beeb272ef..71387499de289f7ce05ab54163e15ef4184ab48c 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -384,8 +384,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 |