| Index: content/browser/web_contents/web_contents_view_android.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_android.cc b/content/browser/web_contents/web_contents_view_android.cc
|
| index fbd6637716fa7db42ce100a53894084b37ebde68..5ad3d18018130c28300ad623482760dc5b6944b5 100644
|
| --- a/content/browser/web_contents/web_contents_view_android.cc
|
| +++ b/content/browser/web_contents/web_contents_view_android.cc
|
| @@ -78,7 +78,7 @@ gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const {
|
| }
|
|
|
| gfx::NativeWindow WebContentsViewAndroid::GetTopLevelNativeWindow() const {
|
| - return content_view_core_;
|
| + return content_view_core_->GetWindowAndroid();
|
| }
|
|
|
| void WebContentsViewAndroid::GetContainerBounds(gfx::Rect* out) const {
|
|
|