| 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 80963ff5468198d71023e634956193bc3b5a9a33..bfc47c4c19c2a1cd9e7f6b9ef13d5b7220feccaa 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 {
|
|
|