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 28ce3041ca191d2bcf2e58c9b8b525cc9e143740..603f07a8322be45c86990d58b6c437c99e3343e6 100644 |
--- a/content/browser/web_contents/web_contents_view_android.cc |
+++ b/content/browser/web_contents/web_contents_view_android.cc |
@@ -60,11 +60,11 @@ void WebContentsViewAndroid::RequestExternalVideoSurface(int player_id) { |
} |
gfx::NativeView WebContentsViewAndroid::GetNativeView() const { |
- return content_view_core_; |
+ return content_view_core_->GetViewAndroid(); |
} |
gfx::NativeView WebContentsViewAndroid::GetContentNativeView() const { |
- return content_view_core_; |
+ return content_view_core_->GetViewAndroid(); |
} |
gfx::NativeWindow WebContentsViewAndroid::GetTopLevelNativeWindow() const { |