| Index: media/audio/win/audio_low_latency_output_win.cc
|
| ===================================================================
|
| --- media/audio/win/audio_low_latency_output_win.cc (revision 133451)
|
| +++ media/audio/win/audio_low_latency_output_win.cc (working copy)
|
| @@ -440,7 +440,7 @@
|
| // the delay between the usage of the delay value and the time
|
| // of generation.
|
| uint32 num_filled_bytes = source_->OnMoreData(
|
| - this, audio_data, packet_size_bytes_,
|
| + audio_data, packet_size_bytes_,
|
| AudioBuffersState(0, audio_delay_bytes));
|
|
|
| // Perform in-place, software-volume adjustments.
|
|
|