| Index: third_party/WebKit/Source/modules/webmidi/MIDIAccessor.h
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIAccessor.h b/third_party/WebKit/Source/modules/webmidi/MIDIAccessor.h
|
| index 25bafa93497ad02559083c9bc05c2c3b7065bcff..c23ff5ad31f29eae8acf68a272e2d886be1909d4 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIAccessor.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIAccessor.h
|
| @@ -71,9 +71,7 @@ class MIDIAccessor final : public WebMIDIAccessorClient {
|
| MIDIPortState) override;
|
| void didSetInputPortState(unsigned portIndex, MIDIPortState) override;
|
| void didSetOutputPortState(unsigned portIndex, MIDIPortState) override;
|
| - void didStartSession(bool success,
|
| - const WebString& error,
|
| - const WebString& message) override;
|
| + void didStartSession(midi::mojom::Result) override;
|
| void didReceiveMIDIData(unsigned portIndex,
|
| const unsigned char* data,
|
| size_t length,
|
|
|