Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: content/browser/android/content_video_view.h

Issue 13669003: Refactoring ContentVideoViewContextDelegate.java (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698