| Index: media/audio/win/audio_manager_win.h
|
| diff --git a/media/audio/win/audio_manager_win.h b/media/audio/win/audio_manager_win.h
|
| index c2ac8d7a1c8bbebfab45a864f885c899a0bc1893..a42c0883f749ce37b19062fb03166a032d28f86c 100644
|
| --- a/media/audio/win/audio_manager_win.h
|
| +++ b/media/audio/win/audio_manager_win.h
|
| @@ -89,6 +89,10 @@ class MEDIA_EXPORT AudioManagerWin : public AudioManagerBase {
|
| // Listen for output device changes.
|
| scoped_ptr<AudioDeviceListenerWin> output_device_listener_;
|
|
|
| + // Cached value for whether or not we should use the WASAPI based libraries
|
| + // or not.
|
| + const bool core_audio_supported_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AudioManagerWin);
|
| };
|
|
|
|
|