| Index: third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
|
| index 6f6596352f35426f1788dd3091d8bb8f4a7bade6..ac92865cb4b28898e2bf79e363b25b74731e9563 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.h
|
| @@ -49,7 +49,7 @@ class MIDIOutput final : public MIDIPort {
|
| const String& manufacturer,
|
| const String& name,
|
| const String& version,
|
| - MIDIAccessor::MIDIPortState);
|
| + midi::mojom::PortState);
|
| ~MIDIOutput() override;
|
|
|
| void send(DOMUint8Array*, double timestamp, ExceptionState&);
|
| @@ -68,7 +68,7 @@ class MIDIOutput final : public MIDIPort {
|
| const String& manufacturer,
|
| const String& name,
|
| const String& version,
|
| - MIDIAccessor::MIDIPortState);
|
| + midi::mojom::PortState);
|
|
|
| unsigned m_portIndex;
|
| };
|
|
|