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

Unified Diff: media/base/android/media_player_bridge.cc

Issue 10979047: Upstream fullscreen video implementation for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merging latest changes Created 8 years, 2 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
« no previous file with comments | « media/base/android/media_player_bridge.h ('k') | webkit/media/android/media_metadata_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_bridge.cc
diff --git a/media/base/android/media_player_bridge.cc b/media/base/android/media_player_bridge.cc
index 7d5aa0847eec1d97e3c8a5206ac03c100f252547..96b2005670ec8070177365c666b8f5ff6c7d7fee 100644
--- a/media/base/android/media_player_bridge.cc
+++ b/media/base/android/media_player_bridge.cc
@@ -172,7 +172,6 @@ void MediaPlayerBridge::Pause() {
}
}
-
bool MediaPlayerBridge::IsPlaying() {
if (!prepared_)
return pending_play_;
« no previous file with comments | « media/base/android/media_player_bridge.h ('k') | webkit/media/android/media_metadata_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698