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

Unified Diff: public/platform/WebMIDIAccessor.h

Issue 18350002: Web MIDI: rename sysexEnabled to sysex (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMIDIAccessor.h
diff --git a/public/platform/WebMIDIAccessor.h b/public/platform/WebMIDIAccessor.h
index 2c5a3c04019cabdd6140fec820015ecd0075ab92..119f0b91aa837f0bc673f02c5bea4bdfeaf7412f 100644
--- a/public/platform/WebMIDIAccessor.h
+++ b/public/platform/WebMIDIAccessor.h
@@ -39,7 +39,7 @@ class WebMIDIAccessor {
public:
virtual ~WebMIDIAccessor() { }
- // |access| is set to true if MIDIOptions.sysexEnabled is true. Otherwise false.
+ // |access| is set to true if MIDIOptions.sysex is true. Otherwise false.
abarth-chromium 2013/07/01 17:40:29 API change LGTM. I didn't look at the rest of the
virtual void requestAccess(bool access) { }
// |timeStamp| is measured in milliseconds as Web MIDI spec defines.
virtual void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) { }
« no previous file with comments | « Source/modules/webmidi/MIDISuccessCallback.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698