Index: media/audio/clockless_audio_sink.cc |
diff --git a/media/audio/clockless_audio_sink.cc b/media/audio/clockless_audio_sink.cc |
index 33d6affb91b6cb8cdb8d953744a5b957ef88ac51..940ab2ea69b407b7da4f6f65b16064f2963a3c17 100644 |
--- a/media/audio/clockless_audio_sink.cc |
+++ b/media/audio/clockless_audio_sink.cc |
@@ -49,7 +49,7 @@ |
void Run() override { |
base::TimeTicks start; |
while (!stop_event_->IsSignaled()) { |
- const int frames_received = callback_->Render(audio_bus_.get(), 0, 0); |
+ const int frames_received = callback_->Render(audio_bus_.get(), 0); |
DCHECK_GE(frames_received, 0); |
if (audio_hash_) |
audio_hash_->Update(audio_bus_.get(), frames_received); |