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

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

Issue 13669003: Refactoring ContentVideoViewContextDelegate.java (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 6 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/media_player_manager_impl.h
diff --git a/content/browser/android/media_player_manager_impl.h b/content/browser/android/media_player_manager_impl.h
index f18a936e45201185754966cd69c7c907ce18ad3c..9a6aef70d3468f5db4411229c9f6412cb1a7bd2b 100644
--- a/content/browser/android/media_player_manager_impl.h
+++ b/content/browser/android/media_player_manager_impl.h
@@ -125,8 +125,9 @@ class MediaPlayerManagerImpl
// An array of managed players.
ScopedVector<media::MediaPlayerAndroid> players_;
- // The fullscreen video view object.
- ContentVideoView video_view_;
+ // The fullscreen video view object or NULL if video is not played in
+ // fullscreen.
+ scoped_ptr<ContentVideoView> video_view_;
// Player ID of the fullscreen media player.
int fullscreen_player_id_;
« no previous file with comments | « content/browser/android/media_player_manager_android.h ('k') | content/browser/android/media_player_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698