Index: media/filters/audio_renderer_algorithm_base.h |
diff --git a/media/filters/audio_renderer_algorithm_base.h b/media/filters/audio_renderer_algorithm_base.h |
index 042f856cf3a6c016a863d00a81ea38811d329f5b..c90822c94897f13a771b287450df7322cf97343a 100644 |
--- a/media/filters/audio_renderer_algorithm_base.h |
+++ b/media/filters/audio_renderer_algorithm_base.h |
@@ -57,7 +57,8 @@ class AudioRendererAlgorithmBase { |
// Clears |queue_|. |
virtual void FlushBuffers(); |
- // Returns the time of the next byte in our data. |
+ // Returns the time of the next byte in our data or |
+ // StreamSample::kInvalidTimestamp if current time is unknown. |
virtual base::TimeDelta GetTime(); |
// Enqueues a buffer. It is called from the owner of the algorithm after a |