Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 6d0a5604baee6ec58d0b67511bc9be722575f8a5..88e2361c88fe9f09715dddae7cdfa53b803183b4 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -1462,7 +1462,7 @@ void WebContentsImpl::AttachToOuterWebContentsFrame( |
static_cast<RenderWidgetHostViewChildFrame*>( |
render_manager->GetRenderWidgetHostView()) |
- ->RegisterSurfaceNamespaceId(); |
+ ->RegisterFrameSinkId(); |
// At this point, we should destroy the TextInputManager which will notify all |
// the RWHV in this WebContents. The RWHV in this WebContents should use the |