| Index: content/browser/android/content_video_view.h
|
| diff --git a/content/browser/android/content_video_view.h b/content/browser/android/content_video_view.h
|
| index deb5ffc7f11c91edb3a226ab7cf8395c49fec9de..a15f4859724673d9fd428b7976dd4497bfd12eb8 100644
|
| --- a/content/browser/android/content_video_view.h
|
| +++ b/content/browser/android/content_video_view.h
|
| @@ -15,6 +15,7 @@
|
|
|
| namespace content {
|
|
|
| +class ContentViewCoreImpl;
|
| class MediaPlayerManagerAndroid;
|
|
|
| // Native mirror of ContentVideoView.java. This class is responsible for
|
| @@ -40,7 +41,8 @@ class ContentVideoView {
|
|
|
| // Method to create and destroy the Java view.
|
| void DestroyContentVideoView();
|
| - void CreateContentVideoView();
|
| + void CreateContentVideoView(
|
| + base::android::ScopedJavaLocalRef<jobject> content_video_view_client);
|
|
|
| // Called when the Java fullscreen view is destroyed. If
|
| // |release_media_player| is true, |manager_| needs to release the player
|
|
|