| Index: media/audio/simple_sources.cc
|
| diff --git a/media/audio/simple_sources.cc b/media/audio/simple_sources.cc
|
| index 039029e5388916c935b2544ca698042ae2971ce2..2c22e1653640679ae699558db2a4fb48948738e4 100644
|
| --- a/media/audio/simple_sources.cc
|
| +++ b/media/audio/simple_sources.cc
|
| @@ -29,7 +29,7 @@ SineWaveAudioSource::SineWaveAudioSource(int channels,
|
| // The implementation could be more efficient if a lookup table is constructed
|
| // but it is efficient enough for our simple needs.
|
| int SineWaveAudioSource::OnMoreData(AudioBus* audio_bus,
|
| - AudioBuffersState audio_buffers) {
|
| + int total_bytes_delay) {
|
| base::AutoLock auto_lock(time_lock_);
|
| callbacks_++;
|
|
|
|
|