Chromium Code Reviews
DescriptionAdd comments to vectors/hash sets of raw pointers to on-heap objects used in webaudio/
webaudio/ sometimes has to use vectors/hash sets of raw pointers to on-heap objects,
if items are added to those vectors/hash sets by the audio thread. This is because
the audio thread is not registered to Oilpan and thus the audio thread is not allowed
to expand entries of the vectors/hash sets.
This CL adds comments to those vectors/hash sets about why they use off-heap
vectors/hash sets of raw pointers.
BUG=340522
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179552
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
Messages
Total messages: 14 (0 generated)
|
|||||||||||||||||||||||||||||||||||||