| Index: content/common/media/audio_messages.h
|
| diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
|
| index fd7f1f3065ce123fd0038612d67a3ec6726bc48b..b9f0f15bf3955df78201dd1825fb98565100890f 100644
|
| --- a/content/common/media/audio_messages.h
|
| +++ b/content/common/media/audio_messages.h
|
| @@ -90,7 +90,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_CONTROL2(AudioHostMsg_CreateStream,
|
| +IPC_MESSAGE_CONTROL3(AudioHostMsg_CreateStream,
|
| + int /* render view id */,
|
| int /* stream_id */,
|
| media::AudioParameters /* params */)
|
|
|
|
|