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

Unified Diff: Source/modules/webmidi/MIDIOutput.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/MIDIOutput.h
diff --git a/Source/modules/webmidi/MIDIOutput.h b/Source/modules/webmidi/MIDIOutput.h
index 6269c4cd6ba343a6f3edabf53c8a4e8e16df151b..cecb98a724b7c4178bb95d9fe16ac1655c08f2f7 100644
--- a/Source/modules/webmidi/MIDIOutput.h
+++ b/Source/modules/webmidi/MIDIOutput.h
@@ -50,6 +50,8 @@ private:
MIDIOutput(ScriptExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version);
};
+typedef Vector<RefPtr<MIDIOutput> > MIDIOutputVector;
+
} // namespace WebCore
#endif // MIDIOutput_h
« Source/modules/webmidi/MIDIAccess.idl ('K') | « Source/modules/webmidi/MIDIInput.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698