| Index: media/audio/audio_output_device.h
|
| diff --git a/media/audio/audio_output_device.h b/media/audio/audio_output_device.h
|
| index c2f7a43b85817327f5f9151e17eecd361a9c3301..9a88392866653abe499d5ca377baffee456bb564 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 IsOptimizedForHardwareParameters() override;
|
| bool CurrentThreadIsRenderingThread() override;
|
|
|
| // Methods called on IO thread ----------------------------------------------
|
|
|