| Index: content/browser/android/content_video_view.cc
|
| diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc
|
| index 901afd4e1f8a6a6ac6d2e703c935a335900456b1..69640562b69e21e71899afa7bd8415ffe9cb1d1b 100644
|
| --- a/content/browser/android/content_video_view.cc
|
| +++ b/content/browser/android/content_video_view.cc
|
| @@ -253,9 +253,8 @@ JavaObjectWeakGlobalRef ContentVideoView::CreateJavaObject() {
|
| env,
|
| Java_ContentVideoView_createContentVideoView(
|
| env,
|
| - content_view_core->GetContext().obj(),
|
| - reinterpret_cast<intptr_t>(this),
|
| - content_view_core->GetContentVideoViewClient().obj()).obj());
|
| + content_view_core->GetJavaObject().obj(),
|
| + reinterpret_cast<intptr_t>(this)).obj());
|
| }
|
|
|
| void ContentVideoView::CreatePowerSaveBlocker() {
|
|
|