| 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 c882cafc8ea987516f3cb67c6159f8ce3aac0dc7..397c14b9dbbf688fadb669dfc336582cdd7a1488 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -1464,7 +1464,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
|
|
|