DescriptionWeb MIDI: fix multi-threading problem around message buffer handling
Passing message buffer to another thread as const uint8* doesn't work
since it might be invalid before another thread reads it.
Keep on handling it as vector<uint8> from IPC to passing it to the OS.
TEST=manual
BUG=276810
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219796
Patch Set 1 #Patch Set 2 : s/CHECK/DCHECK/ #
Total comments: 13
Patch Set 3 : review #2 #
Total comments: 6
Patch Set 4 : review #4 and #5 #
Total comments: 4
Patch Set 5 : (rebase) #Patch Set 6 : review #7 and #8 #
Total comments: 18
Patch Set 7 : review #12 (for submmit) #
Messages
Total messages: 17 (0 generated)
|