Chromium Code Reviews| Index: content/common/media/midi_messages.h |
| diff --git a/content/common/media/midi_messages.h b/content/common/media/midi_messages.h |
| index 86e5c16d690244aa3dcafd82ddf23695d1524e3d..a54a317456ae441e65c9815117d2ab65cd8f86c9 100644 |
| --- a/content/common/media/midi_messages.h |
| +++ b/content/common/media/midi_messages.h |
| @@ -43,7 +43,7 @@ IPC_MESSAGE_CONTROL1(MIDIHostMsg_StartSession, |
| int /* client id */) |
| IPC_MESSAGE_CONTROL3(MIDIHostMsg_SendData, |
| - int /* port */, |
| + unsigned int /* port */, |
|
scherkus (not reviewing)
2013/08/21 17:46:29
I believe this should be uint32
http://dev.chromi
Takashi Toyoshima
2013/08/22 05:47:45
Done.
|
| std::vector<uint8> /* data */, |
| double /* timestamp */) |