| Index: Source/modules/webmidi/MIDIOutput.cpp
|
| diff --git a/Source/modules/webmidi/MIDIOutput.cpp b/Source/modules/webmidi/MIDIOutput.cpp
|
| index 08175ba2e66a09ba1cf957ef7420ee916e203cdb..28cb4a59625b93c51ab1dd1ef6e4c932fc939df8 100644
|
| --- a/Source/modules/webmidi/MIDIOutput.cpp
|
| +++ b/Source/modules/webmidi/MIDIOutput.cpp
|
| @@ -192,6 +192,11 @@ MIDIOutput::~MIDIOutput()
|
| {
|
| }
|
|
|
| +void MIDIOutput::clear()
|
| +{
|
| + // FIXME: Add a blink API to Implement clear().
|
| +}
|
| +
|
| void MIDIOutput::send(DOMUint8Array* array, double timestamp, ExceptionState& exceptionState)
|
| {
|
| if (timestamp == 0.0)
|
|
|