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

Unified Diff: Source/modules/webmidi/DOMWindowWebMIDI.idl

Issue 14358032: Web MIDI: implement MIDIConnectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) Created 7 years, 8 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/modules.gypi ('k') | Source/modules/webmidi/MIDIConnectionEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/DOMWindowWebMIDI.idl
diff --git a/Source/modules/webmidi/DOMWindowWebMIDI.idl b/Source/modules/webmidi/DOMWindowWebMIDI.idl
index ce55a51326135d1171d25af17fc124d96170cdf1..2ee447e9b775146ebe69861a42d0851e28a9cd5e 100644
--- a/Source/modules/webmidi/DOMWindowWebMIDI.idl
+++ b/Source/modules/webmidi/DOMWindowWebMIDI.idl
@@ -31,5 +31,6 @@
[
Supplemental=DOMWindow
] interface DOMWindowWebMIDI {
+ [EnabledAtRuntime=webMIDI] attribute MIDIConnectionEventConstructor MIDIConnectionEvent;
[EnabledAtRuntime=webMIDI] attribute MIDIMessageEventConstructor MIDIMessageEvent;
};
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/webmidi/MIDIConnectionEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698