зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1415556 - P2. Make member const. r=padenot
MozReview-Commit-ID: JPDW5cX8RvH --HG-- extra : rebase_source : c83efd6665e23c89922d6d2cfdcd4f9ad3de3afa
This commit is contained in:
Родитель
d79f854f37
Коммит
9b9c8f3ee4
|
@ -780,7 +780,7 @@ public:
|
||||||
* True when processing real-time audio/video. False when processing non-realtime
|
* True when processing real-time audio/video. False when processing non-realtime
|
||||||
* audio.
|
* audio.
|
||||||
*/
|
*/
|
||||||
bool mRealtime;
|
const bool mRealtime;
|
||||||
/**
|
/**
|
||||||
* True when a non-realtime MediaStreamGraph has started to process input. This
|
* True when a non-realtime MediaStreamGraph has started to process input. This
|
||||||
* value is only accessed on the main thread.
|
* value is only accessed on the main thread.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче