Chromium Code Reviews| Index: Source/modules/webmidi/MIDIOutput.idl |
| diff --git a/Source/modules/webmidi/MIDIOutput.idl b/Source/modules/webmidi/MIDIOutput.idl |
| index bbe506f1af115aac562ee8881943b39556539a34..0acb9218e8686cd980d37b179944c0e3354b3d07 100644 |
| --- a/Source/modules/webmidi/MIDIOutput.idl |
| +++ b/Source/modules/webmidi/MIDIOutput.idl |
| @@ -35,6 +35,7 @@ |
| RuntimeEnabled=WebMIDI, |
| SetWrapperReferenceTo(MIDIAccess midiAccess), |
| ] interface MIDIOutput : MIDIPort { |
| + // FIXME: implement void clear(); |
|
tkent
2015/03/30 23:16:30
nit: FIXME: -> TODO(toyoshim):
Takashi Toyoshima
2015/03/31 01:19:48
Done.
|
| [RaisesException] void send(Uint8Array data, optional double timestamp); |
| [RaisesException] void send(sequence<unsigned long> data, optional double timestamp); |
| }; |