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

Unified Diff: content/renderer/media/android/media_source_delegate.h

Issue 239743005: Updates WebMediaPlayerAndroid and MediaSourceDelegate to respect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing damien's comments Created 6 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/renderer/media/android/media_source_delegate.h
diff --git a/content/renderer/media/android/media_source_delegate.h b/content/renderer/media/android/media_source_delegate.h
index a572b1e4f604af6eae4ea008737391a420ff0fbd..1fd88ba1d443f803c51e5f4572c75b21e14fac35 100644
--- a/content/renderer/media/android/media_source_delegate.h
+++ b/content/renderer/media/android/media_source_delegate.h
@@ -168,7 +168,7 @@ class MediaSourceDelegate : public media::DemuxerHost {
const scoped_refptr<media::DecoderBuffer>& buffer);
// Helper function for calculating duration.
- int GetDurationMs();
+ base::TimeDelta GetDuration();
qinmin 2014/04/17 22:33:07 base::TimeDelta GetDuration() const ?
gunsch 2014/04/17 22:46:50 Done.
bool IsSeeking() const;
« no previous file with comments | « content/common/media/media_player_messages_android.h ('k') | content/renderer/media/android/media_source_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698