| Index: chrome/browser/android/tab_android.cc
|
| diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc
|
| index c118cd186f7c40b1c09bfdcf467546a20177241e..2c84ceb8b2bf0d7091d419df4ce837d4038bea1f 100644
|
| --- a/chrome/browser/android/tab_android.cc
|
| +++ b/chrome/browser/android/tab_android.cc
|
| @@ -389,7 +389,7 @@ void TabAndroid::InitWebContents(
|
| ContextMenuHelper::FromWebContents(web_contents())->SetPopulator(
|
| jcontext_menu_populator);
|
| ViewAndroidHelper::FromWebContents(web_contents())->
|
| - SetViewAndroid(content_view_core);
|
| + SetViewAndroid(web_contents()->GetNativeView());
|
| CoreTabHelper::FromWebContents(web_contents())->set_delegate(this);
|
| SearchTabHelper::FromWebContents(web_contents())->set_delegate(this);
|
| web_contents_delegate_.reset(
|
|
|