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

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

Issue 16288002: Web MIDI API (work in progress) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor compile fix 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/MIDISuccessCallback.h ('k') | Source/modules/webmidi/NavigatorMIDIAccess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDISuccessCallback.idl
diff --git a/Source/modules/webmidi/MIDIErrorCallback.idl b/Source/modules/webmidi/MIDISuccessCallback.idl
similarity index 94%
copy from Source/modules/webmidi/MIDIErrorCallback.idl
copy to Source/modules/webmidi/MIDISuccessCallback.idl
index 0591bf6715e14bf85426c3cfb82fc2aedf25918d..2c67f7217c4b5cdd36070c45a6812813bd3f4c43 100644
--- a/Source/modules/webmidi/MIDIErrorCallback.idl
+++ b/Source/modules/webmidi/MIDISuccessCallback.idl
@@ -28,6 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-callback interface MIDIErrorCallback {
- boolean handleEvent(DOMError error);
+callback interface MIDISuccessCallback {
+ boolean handleEvent(MIDIAccess access);
};
« no previous file with comments | « Source/modules/webmidi/MIDISuccessCallback.h ('k') | Source/modules/webmidi/NavigatorMIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698