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

Unified Diff: media/midi/midi_manager_mac.h

Issue 646803005: Web MIDI: move static helper methods to functions in anonymous namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | media/midi/midi_manager_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_manager_mac.h
diff --git a/media/midi/midi_manager_mac.h b/media/midi/midi_manager_mac.h
index 30581d73d2a0423102506818284ac22c3809ff7e..d0ab77045850f0e88c9431bc4aefb4c7e2185c96 100644
--- a/media/midi/midi_manager_mac.h
+++ b/media/midi/midi_manager_mac.h
@@ -46,11 +46,6 @@ class MEDIA_EXPORT MidiManagerMac : public MidiManager {
const std::vector<uint8>& data,
double timestamp);
- // Helper
- static media::MidiPortInfo GetPortInfoFromEndpoint(MIDIEndpointRef endpoint);
- static double MIDITimeStampToSeconds(MIDITimeStamp timestamp);
- static MIDITimeStamp SecondsToMIDITimeStamp(double seconds);
-
// CoreMIDI
MIDIClientRef midi_client_;
MIDIPortRef coremidi_input_;
« no previous file with comments | « no previous file | media/midi/midi_manager_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698