summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webmidi/midi_accessor_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webmidi/midi_accessor_client.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/webmidi/midi_accessor_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webmidi/midi_accessor_client.h b/chromium/third_party/blink/renderer/modules/webmidi/midi_accessor_client.h
index d1b94128636..60d1564b318 100644
--- a/chromium/third_party/blink/renderer/modules/webmidi/midi_accessor_client.h
+++ b/chromium/third_party/blink/renderer/modules/webmidi/midi_accessor_client.h
@@ -58,7 +58,7 @@ class MIDIAccessorClient {
virtual void DidStartSession(midi::mojom::Result) = 0;
virtual void DidReceiveMIDIData(unsigned port_index,
const unsigned char* data,
- size_t length,
+ wtf_size_t length,
base::TimeTicks time_stamp) = 0;
};