| Index: media/audio/audio_output_device.h
|
| diff --git a/media/audio/audio_output_device.h b/media/audio/audio_output_device.h
|
| index c0faacd11517fab6c80e168a0c433b627dfb5561..23f416c8832a21c29b63763fb260fcd6dbadf913 100644
|
| --- a/media/audio/audio_output_device.h
|
| +++ b/media/audio/audio_output_device.h
|
| @@ -109,6 +109,7 @@ class MEDIA_EXPORT AudioOutputDevice
|
| void Pause() override;
|
| bool SetVolume(double volume) override;
|
| OutputDeviceInfo GetOutputDeviceInfo() override;
|
| + bool CurrentThreadIsRenderingThread() override;
|
|
|
| // Methods called on IO thread ----------------------------------------------
|
| // AudioOutputIPCDelegate methods.
|
|
|