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

Unified Diff: media/base/android/media_source_player.h

Issue 1021723003: Android: Never automatically enter fullscreen when media playback starts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete IsProtectedSurfaceRequired(). Created 5 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
« no previous file with comments | « media/base/android/media_player_manager.h ('k') | media/base/android/media_source_player.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_source_player.h
diff --git a/media/base/android/media_source_player.h b/media/base/android/media_source_player.h
index 874e61add84c22ed95a1da86f47843da73991716..ab3bda3e72c3f4eaadd3647b7238a73b5ac81b61 100644
--- a/media/base/android/media_source_player.h
+++ b/media/base/android/media_source_player.h
@@ -145,10 +145,6 @@ class MEDIA_EXPORT MediaSourcePlayer : public MediaPlayerAndroid,
// since last keyframe. See http://crbug.com/304234.
void BrowserSeekToCurrentTime();
- // Helper function to determine whether a protected surface is needed for
- // video playback.
- bool IsProtectedSurfaceRequired();
-
// Called when a MediaDecoderJob finishes prefetching data. Once all
// MediaDecoderJobs have prefetched data, then this method updates
// |start_time_ticks_| and |start_presentation_timestamp_| so that video can
« no previous file with comments | « media/base/android/media_player_manager.h ('k') | media/base/android/media_source_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698