| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index 88751f8b8ccffbe93afa958f5f0749b20460fb96..22e7a7e3fe33b35805dd89b56f910cbcb49320a8 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -229,7 +229,6 @@
|
| multiline,
|
| multiselectable,
|
| offscreen,
|
| - pressed,
|
| protected,
|
| read_only,
|
| required,
|
| @@ -436,8 +435,9 @@
|
| // if an element has an aria-invalid attribute.
|
| invalid_state,
|
|
|
| - // Of type AXCheckedState
|
| + // Of type AXButtonState
|
| checked_state,
|
| + pressed_state,
|
|
|
| // Specifies the direction of the text, e.g., right-to-left.
|
| text_direction,
|
| @@ -591,7 +591,7 @@
|
| other
|
| };
|
|
|
| - enum AXCheckedState {
|
| + enum AXButtonState {
|
| false,
|
| true,
|
| mixed
|
|
|