| Index: content/common/media/midi_messages.h
|
| diff --git a/content/common/media/midi_messages.h b/content/common/media/midi_messages.h
|
| index c1375c3d4be2b6c2935908bab7324b5d67453faf..388d518e5c844d35d10c43fd969adb2fa524b064 100644
|
| --- a/content/common/media/midi_messages.h
|
| +++ b/content/common/media/midi_messages.h
|
| @@ -54,10 +54,14 @@ IPC_MESSAGE_CONTROL0(MidiHostMsg_EndSession)
|
|
|
| // Messages sent from the browser to the renderer.
|
|
|
| -IPC_MESSAGE_CONTROL3(MidiMsg_SessionStarted,
|
| - media::MidiResult /* result */,
|
| - media::MidiPortInfoList /* input ports */,
|
| - media::MidiPortInfoList /* output ports */)
|
| +IPC_MESSAGE_CONTROL1(MidiMsg_AddInputPort,
|
| + media::MidiPortInfo /* input port */)
|
| +
|
| +IPC_MESSAGE_CONTROL1(MidiMsg_AddOutputPort,
|
| + media::MidiPortInfo /* output port */)
|
| +
|
| +IPC_MESSAGE_CONTROL1(MidiMsg_SessionStarted,
|
| + media::MidiResult /* result */)
|
|
|
| IPC_MESSAGE_CONTROL3(MidiMsg_DataReceived,
|
| uint32 /* port */,
|
|
|