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..cd12e057bcdb998c7c738177dfdfc248561da210 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 { |
| + void clear(); |
|
tkent
2015/03/30 07:55:02
Please do not add this before the implementation g
Takashi Toyoshima
2015/03/30 15:08:31
Done.
|
| [RaisesException] void send(Uint8Array data, optional double timestamp); |
| [RaisesException] void send(sequence<unsigned long> data, optional double timestamp); |
| }; |