| Index: media/audio/simple_sources.cc
|
| diff --git a/media/audio/simple_sources.cc b/media/audio/simple_sources.cc
|
| index 039029e5388916c935b2544ca698042ae2971ce2..28a0f5f881b7a4a84cda8bbb61d8fd962bcc1073 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) {
|
| + uint32 total_bytes_delay) {
|
| base::AutoLock auto_lock(time_lock_);
|
| callbacks_++;
|
|
|
|
|