| Index: trunk/src/media/audio/mac/audio_auhal_mac.cc
|
| ===================================================================
|
| --- trunk/src/media/audio/mac/audio_auhal_mac.cc (revision 290374)
|
| +++ trunk/src/media/audio/mac/audio_auhal_mac.cc (working copy)
|
| @@ -228,8 +228,9 @@
|
| // Supply the input data and render the output data.
|
| source_->OnMoreData(
|
| dest,
|
| - current_hardware_pending_bytes_ +
|
| - frame_delay * params_.GetBytesPerFrame());
|
| + AudioBuffersState(0,
|
| + current_hardware_pending_bytes_ +
|
| + frame_delay * params_.GetBytesPerFrame()));
|
| dest->Scale(volume_);
|
| }
|
|
|
|
|