| Index: media/audio/audio_output_device.h
|
| diff --git a/media/audio/audio_output_device.h b/media/audio/audio_output_device.h
|
| index 532f45fe4a13eeb6b8b2884292e28652da3690f1..d3710295fbfbc3e714945318707374bfdf62e0a4 100644
|
| --- a/media/audio/audio_output_device.h
|
| +++ b/media/audio/audio_output_device.h
|
| @@ -104,6 +104,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.
|
|
|