Chromium Code Reviews| Index: Source/modules/webmidi/MIDIAccessor.h |
| diff --git a/Source/modules/webmidi/MIDIAccessor.h b/Source/modules/webmidi/MIDIAccessor.h |
| index 2c656ff6b25fc10da820059e6395faf832203917..94c472e39bcee3b67ce13c61afbb330b9c0f702a 100644 |
| --- a/Source/modules/webmidi/MIDIAccessor.h |
| +++ b/Source/modules/webmidi/MIDIAccessor.h |
| @@ -48,6 +48,7 @@ public: |
| void startSession(); |
| void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp); |
|
Takashi Toyoshima
2014/06/04 22:03:53
Can you add some useful comments here?
It will be
yhirano
2014/06/05 11:35:25
Done.
|
| + void setClient(MIDIAccessorClient* client) { m_client = client; } |
| // blink::WebMIDIAccessorClient |
| virtual void didAddInputPort(const blink::WebString& id, const blink::WebString& manufacturer, const blink::WebString& name, const blink::WebString& version) OVERRIDE; |