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 fd262d7444bb9a7690677fd66bb44b1d9135b5c8..2e092eb02fdb71e9f7765c22aed8f543444eb64d 100644 |
--- a/media/base/android/media_source_player.h |
+++ b/media/base/android/media_source_player.h |
@@ -117,7 +117,10 @@ class MEDIA_EXPORT MediaSourcePlayer : public MediaPlayerAndroid { |
void OnDecoderStarved(); |
// Starts the |decoder_starvation_callback_| task with the timeout value. |
- void StartStarvationCallback(const base::TimeDelta& timeout); |
+ // |presentation_timestamp| - The presentation timestamp used for starvation |
+ // timeout computations. It represents the timestamp of the last piece of |
+ // decoded data. |
+ void StartStarvationCallback(const base::TimeDelta& presentation_timestamp); |
// Schedules a seek event in |pending_events_| and calls StopDecode() on all |
// the MediaDecoderJobs. |