Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(941)

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIOutput.h

Issue 2422163002: Web MIDI: use midi_service.mojom for media::midi::PortState (Closed)
Patch Set: gn --check fix Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp ('k') | third_party/WebKit/Source/modules/webmidi/MIDIOutput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698