| Index: trunk/src/media/audio/simple_sources.h
|
| ===================================================================
|
| --- trunk/src/media/audio/simple_sources.h (revision 290374)
|
| +++ trunk/src/media/audio/simple_sources.h (working copy)
|
| @@ -28,7 +28,7 @@
|
|
|
| // Implementation of AudioSourceCallback.
|
| virtual int OnMoreData(AudioBus* audio_bus,
|
| - int total_bytes_delay) OVERRIDE;
|
| + AudioBuffersState audio_buffers) OVERRIDE;
|
| virtual void OnError(AudioOutputStream* stream) OVERRIDE;
|
|
|
| // The number of OnMoreData()+OnMoreIOData() and OnError() calls respectively.
|
|
|