| Index: media/audio/simple_sources.h
|
| diff --git a/media/audio/simple_sources.h b/media/audio/simple_sources.h
|
| index 6303386ead1feac6ebe38c6f513b781b599798da..6c8904cf5a501cf16207fed01fc5ad0feaa703c0 100644
|
| --- a/media/audio/simple_sources.h
|
| +++ b/media/audio/simple_sources.h
|
| @@ -28,10 +28,10 @@ class MEDIA_EXPORT SineWaveAudioSource
|
|
|
| // Implementation of AudioSourceCallback.
|
| virtual int OnMoreData(AudioBus* audio_bus,
|
| - AudioBuffersState audio_buffers) OVERRIDE;
|
| + uint32 total_bytes_delay) OVERRIDE;
|
| virtual void OnError(AudioOutputStream* stream) OVERRIDE;
|
|
|
| - // The number of OnMoreData()+OnMoreIOData() and OnError() calls respectively.
|
| + // The number of OnMoreData() and OnError() calls respectively.
|
| int callbacks() { return callbacks_; }
|
| int errors() { return errors_; }
|
|
|
|
|