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

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

Issue 15499006: Enable seek in fullscreen mode for MSE impl on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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_android.cc ('k') | media/base/android/media_source_player.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_manager.h
diff --git a/media/base/android/media_player_manager.h b/media/base/android/media_player_manager.h
index ed78252a3eb96a292b4e91cb6172bc15b03e9838..34c049ea3944d3bac10c0524fdaa491d7f438721 100644
--- a/media/base/android/media_player_manager.h
+++ b/media/base/android/media_player_manager.h
@@ -97,6 +97,11 @@ class MEDIA_EXPORT MediaPlayerManager {
// Callback when DemuxerStreamPlayer wants to read data from the demuxer.
virtual void OnReadFromDemuxer(
int player_id, media::DemuxerStream::Type type, bool seek_done) = 0;
+
+ // Called when player wants the media element to initiate a seek.
+ virtual void OnMediaSeekRequest(int player_id,
+ base::TimeDelta time_to_seek,
+ bool request_surface) = 0;
};
} // namespace media
« no previous file with comments | « media/base/android/media_player_android.cc ('k') | media/base/android/media_source_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698