Chromium Code Reviews| Index: Source/core/platform/midi/MIDIAccessor.h |
| diff --git a/Source/core/platform/midi/MIDIAccessor.h b/Source/core/platform/midi/MIDIAccessor.h |
| index 3eaa90c9362c42f9c96afcdd857b3607f6732c32..b697cdd478301f01c722ae35aacd22941724dcbe 100644 |
| --- a/Source/core/platform/midi/MIDIAccessor.h |
| +++ b/Source/core/platform/midi/MIDIAccessor.h |
| @@ -46,7 +46,7 @@ public: |
| virtual ~MIDIAccessor() { } |
| - void requestAccess(bool access); |
| + void requestAccess(); |
|
Chris Rogers
2013/07/10 23:05:48
See other comments about name change -- maybe shou
Takashi Toyoshima
2013/07/10 23:52:38
Renamed to startSession.
|
| void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp); |
| // WebKit::WebMIDIAccessorClient |