Index: content/common/media/audio_messages.h |
diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h |
index ce0d4bd68f1c475d6f4113cc6d78d0190835b1d6..12763597b7581faaa3a20a6b2c96df32896ea27a 100644 |
--- a/content/common/media/audio_messages.h |
+++ b/content/common/media/audio_messages.h |
@@ -88,7 +88,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 */) |