| Index: media/audio/audio_parameters.h
|
| diff --git a/media/audio/audio_parameters.h b/media/audio/audio_parameters.h
|
| index 3e6603bd075368cb3725e2f847d5ff86c6c7bcf8..d15b4416a694a8e8d6db3da427ee02b46ca6e88c 100644
|
| --- a/media/audio/audio_parameters.h
|
| +++ b/media/audio/audio_parameters.h
|
| @@ -90,6 +90,7 @@ class MEDIA_EXPORT AudioParameters {
|
| DUCKING = 0x2, // Enables ducking if the OS supports it.
|
| KEYBOARD_MIC = 0x4,
|
| HOTWORD = 0x8,
|
| + FOCUSABLE = 0x16, // Supports platform specific focus controls.
|
| };
|
|
|
| AudioParameters();
|
|
|