| Index: content/common/media/audio_messages.h
|
| diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
|
| index fd16fbca8dc6067813eac835111738041f9ff472..7db837cd7d2be5d73710137f35828ab9790836c7 100644
|
| --- a/content/common/media/audio_messages.h
|
| +++ b/content/common/media/audio_messages.h
|
| @@ -85,7 +85,8 @@ IPC_MESSAGE_CONTROL2(AudioInputMsg_NotifyDeviceStarted,
|
| // Messages sent from the renderer to the browser.
|
|
|
| // Request that got sent to browser for creating an audio output stream
|
| -IPC_MESSAGE_CONTROL3(AudioHostMsg_CreateStream,
|
| +IPC_MESSAGE_CONTROL4(AudioHostMsg_CreateStream,
|
| + int /* render_view_id */,
|
| int /* stream_id */,
|
| media::AudioParameters, /* params */
|
| int /* input_channels */)
|
|
|