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

Unified Diff: modules/webmidi/MIDIAccess.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: 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 | « modules/webdatabase/WorkerGlobalScopeWebDatabase.idl ('k') | modules/webmidi/MIDIAccessPromise.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webmidi/MIDIAccess.idl
diff --git a/modules/webmidi/MIDIAccess.idl b/modules/webmidi/MIDIAccess.idl
index a20b6bc692fccd51d059e32f9eed2554570fbf05..5ffcfac784dd9c95826babdb6f9bd7040bc1e2e3 100644
--- a/modules/webmidi/MIDIAccess.idl
+++ b/modules/webmidi/MIDIAccess.idl
@@ -35,6 +35,8 @@
sequence<MIDIInput> inputs();
sequence<MIDIOutput> outputs();
+ readonly attribute boolean sysexEnabled;
+
attribute EventHandler onconnect;
attribute EventHandler ondisconnect;
};
« no previous file with comments | « modules/webdatabase/WorkerGlobalScopeWebDatabase.idl ('k') | modules/webmidi/MIDIAccessPromise.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698