| Index: content/browser/renderer_host/media/midi_host.h
|
| diff --git a/content/browser/renderer_host/media/midi_host.h b/content/browser/renderer_host/media/midi_host.h
|
| index f6b2813264e51e0b570d4383702e764e3f394743..32496a2332c10a733a56379cfc548c1372e276ab 100644
|
| --- a/content/browser/renderer_host/media/midi_host.h
|
| +++ b/content/browser/renderer_host/media/midi_host.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_MIDI_HOST_H_
|
| #define CONTENT_BROWSER_RENDERER_HOST_MEDIA_MIDI_HOST_H_
|
|
|
| +#include <vector>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/common/content_export.h"
|
| @@ -43,7 +45,7 @@ class CONTENT_EXPORT MIDIHost
|
| void OnStartSession(int client_id);
|
|
|
| // Data to be sent to a MIDI output port.
|
| - void OnSendData(int port,
|
| + void OnSendData(uint32 port,
|
| const std::vector<uint8>& data,
|
| double timestamp);
|
|
|
|
|