Index: media/filters/audio_renderer_base.h |
diff --git a/media/filters/audio_renderer_base.h b/media/filters/audio_renderer_base.h |
index 3b3b59343d4ce337442ec11b1f78e2cd81ffb317..37626792b2849c3762ec08b2f230343982edab0f 100644 |
--- a/media/filters/audio_renderer_base.h |
+++ b/media/filters/audio_renderer_base.h |
@@ -55,9 +55,9 @@ class AudioRendererBase : public AudioRenderer { |
// this time, such as stopping any running threads. |
virtual void OnStop() = 0; |
- // Called when a AudioDecoder::Read() completes and decrements |
+ // Called when a AudioDecoder completes decoding and decrements |
// |pending_reads_|. |
- virtual void OnReadComplete(Buffer* buffer_in); |
+ virtual void OnFillBufferDone(scoped_refptr<Buffer> buffer_in); |
// Fills the given buffer with audio data by delegating to its |algorithm_|. |
// FillBuffer() also takes care of updating the clock. Returns the number of |