| Index: media/base/audio_renderer_mixer_input.h
|
| diff --git a/media/base/audio_renderer_mixer_input.h b/media/base/audio_renderer_mixer_input.h
|
| index 23be849e7dde53ee8ca1c5b022f61d2f47043b93..bc87d224017450b8abfd9fbf7821282b7eb078cd 100644
|
| --- a/media/base/audio_renderer_mixer_input.h
|
| +++ b/media/base/audio_renderer_mixer_input.h
|
| @@ -51,6 +51,10 @@ class MEDIA_EXPORT AudioRendererMixerInput
|
| void SwitchOutputDevice(const std::string& device_id,
|
| const url::Origin& security_origin,
|
| const OutputDeviceStatusCB& callback) override;
|
| + // This is expected to be called on the audio rendering thread. The caller
|
| + // must ensure that this input has been added to a mixer before calling the
|
| + // function, and that it is not removed from the mixer before this function
|
| + // returns.
|
| bool CurrentThreadIsRenderingThread() override;
|
|
|
| // Called by AudioRendererMixer when an error occurs.
|
|
|