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

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

Issue 16288002: Web MIDI API (work in progress) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add accessApproved() Created 7 years, 6 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/MIDIAccessFuture.cpp ('k') | Source/modules/webmidi/MIDIInput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIAccessFuture.idl
diff --git a/Source/modules/webmidi/MIDIInput.idl b/Source/modules/webmidi/MIDIAccessFuture.idl
similarity index 93%
copy from Source/modules/webmidi/MIDIInput.idl
copy to Source/modules/webmidi/MIDIAccessFuture.idl
index 8c0ae3cd90aad230083403867cef594a190a0674..b606be14349baae548caf66e04d40fac379d5ff5 100644
--- a/Source/modules/webmidi/MIDIInput.idl
+++ b/Source/modules/webmidi/MIDIAccessFuture.idl
@@ -30,8 +30,6 @@
[
NoInterfaceObject,
- ActiveDOMObject,
- EventTarget
-] interface MIDIInput : MIDIPort {
- attribute EventListener onmidimessage;
+] interface MIDIAccessFuture {
+ void done(MIDISuccessCallback successCallback, MIDIErrorCallback errorCallback);
};
« no previous file with comments | « Source/modules/webmidi/MIDIAccessFuture.cpp ('k') | Source/modules/webmidi/MIDIInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698