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

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

Issue 943173002: Web MIDI: dispatch MIDIConnectionEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review #3 Created 5 years, 10 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 | Source/modules/webmidi/MIDIAccess.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIAccess.h
diff --git a/Source/modules/webmidi/MIDIAccess.h b/Source/modules/webmidi/MIDIAccess.h
index 47341cbc689f4a4c7b643ca1ef7634394ce62067..abb879c6448fe35dbd5ca632d4ea5d30aa6d6e31 100644
--- a/Source/modules/webmidi/MIDIAccess.h
+++ b/Source/modules/webmidi/MIDIAccess.h
@@ -64,8 +64,7 @@ public:
MIDIInputMap* inputs() const;
MIDIOutputMap* outputs() const;
- DEFINE_ATTRIBUTE_EVENT_LISTENER(connect);
- DEFINE_ATTRIBUTE_EVENT_LISTENER(disconnect);
+ DEFINE_ATTRIBUTE_EVENT_LISTENER(statechange);
bool sysexEnabled() const { return m_sysexEnabled; }
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698