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

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

Issue 513203002: Introduce MIDIInputMap and MIDIOutputMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iterator-adhoc
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « Source/modules/webmidi/MIDIInputMap.idl ('k') | Source/modules/webmidi/MIDIOutputMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIOutput.h
diff --git a/Source/modules/webmidi/MIDIOutput.h b/Source/modules/webmidi/MIDIOutput.h
index 4d2026cf92b18b158e4b71d7a0f266fc0c72ad58..8d1c451c25b2d49c7941e69abfea7158e7a61dd4 100644
--- a/Source/modules/webmidi/MIDIOutput.h
+++ b/Source/modules/webmidi/MIDIOutput.h
@@ -60,8 +60,6 @@ private:
unsigned m_portIndex;
};
-typedef HeapVector<Member<MIDIOutput> > MIDIOutputVector;
-
} // namespace blink
#endif // MIDIOutput_h
« no previous file with comments | « Source/modules/webmidi/MIDIInputMap.idl ('k') | Source/modules/webmidi/MIDIOutputMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698