| Index: media/audio/alsa/alsa_output.h
|
| diff --git a/media/audio/alsa/alsa_output.h b/media/audio/alsa/alsa_output.h
|
| index 180564584c299b151d644eb06435ae47720e3e0c..6a2817c7d8aef262f7973f9182f7532c6c8ba4f6 100644
|
| --- a/media/audio/alsa/alsa_output.h
|
| +++ b/media/audio/alsa/alsa_output.h
|
| @@ -154,7 +154,7 @@ class MEDIA_EXPORT AlsaPcmOutputStream : public AudioOutputStream {
|
| // is passed into the output stream, but ownership is not transfered which
|
| // requires a synchronization on access of the |source_callback_| to avoid
|
| // using a deleted callback.
|
| - int RunDataCallback(AudioBus* audio_bus, AudioBuffersState buffers_state);
|
| + int RunDataCallback(AudioBus* audio_bus, int total_bytes_delay);
|
| void RunErrorCallback(int code);
|
|
|
| // Changes the AudioSourceCallback to proxy calls to. Pass in NULL to
|
|
|