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

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

Issue 13669003: Refactoring ContentVideoViewContextDelegate.java (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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_android.h
diff --git a/content/browser/android/media_player_manager_android.h b/content/browser/android/media_player_manager_android.h
index 89d2a514a804bbb439134ed0b5ceb495c4b7c8aa..5fb16c14ec52c1dd4351a3cd082c266dc1fec305 100644
--- a/content/browser/android/media_player_manager_android.h
+++ b/content/browser/android/media_player_manager_android.h
@@ -88,7 +88,7 @@ class MediaPlayerManagerAndroid
ScopedVector<media::MediaPlayerBridge> players_;
// The fullscreen video view object.
joth 2013/05/15 22:38:57 or null if... ?
michaelbai 2013/05/22 18:08:39 Done.
- ContentVideoView video_view_;
+ scoped_ptr<ContentVideoView> video_view_;
// Player ID of the fullscreen media player.
int fullscreen_player_id_;

Powered by Google App Engine
This is Rietveld 408576698