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

Unified Diff: Source/modules/webmidi/MIDIInput.h

Issue 14044022: Web MIDI: implement MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: https://github.com/WebAudio/web-midi-api/issues/2 Created 7 years, 7 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: Source/modules/webmidi/MIDIInput.h
diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h
index eb283ecc2e7c5a041014b31105a64ce1bbb362cb..972d04690c471bc7cc305f68f17873afe6e9d706 100644
--- a/Source/modules/webmidi/MIDIInput.h
+++ b/Source/modules/webmidi/MIDIInput.h
@@ -52,6 +52,8 @@ private:
MIDIInput(ScriptExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version);
};
+typedef Vector<RefPtr<MIDIInput> > MIDIInputVector;
+
} // namespace WebCore
#endif // MIDIInput_h

Powered by Google App Engine
This is Rietveld 408576698