Index: media/audio/android/opensles_output.cc |
diff --git a/media/audio/android/opensles_output.cc b/media/audio/android/opensles_output.cc |
index 7fffe3b21f2219d30a5058a43f746205c7e372d0..2974e1418ca57454bfeff4c5abbfba4631860015 100644 |
--- a/media/audio/android/opensles_output.cc |
+++ b/media/audio/android/opensles_output.cc |
@@ -331,8 +331,8 @@ |
// TODO(henrika): Investigate if it is possible to get a more accurate |
// delay estimation. |
const uint32 hardware_delay = buffer_size_bytes_; |
- int frames_filled = |
- callback_->OnMoreData(audio_bus_.get(), hardware_delay, 0); |
+ int frames_filled = callback_->OnMoreData( |
+ audio_bus_.get(), hardware_delay); |
if (frames_filled <= 0) { |
// Audio source is shutting down, or halted on error. |
return; |