bug 1172979 correct mBufferIsDownstreamRef documentation r=padenot

MozReview-Commit-ID: B0imfszv4CA

--HG--
extra : rebase_source : d44c842c377f939f05a3ddf4153f59e90b271688
This commit is contained in:
Karl Tomlinson 2017-08-10 16:55:05 +12:00
Родитель 0ce9a00f9a
Коммит 2cec449882
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -125,7 +125,7 @@ private:
// AudioBlockBuffer created in a different AudioBlock. That can happen when
// this AudioBlock is on a node downstream from the node which created the
// buffer. When this is set, the AudioBlockBuffer is notified that this
// reference does prevent the upstream node from re-using the buffer next
// reference does not prevent the upstream node from re-using the buffer next
// iteration and modifying its contents. The AudioBlockBuffer is also
// notified when mBuffer releases this reference.
bool mBufferIsDownstreamRef = false;