Chromium Code Reviews| Index: ui/accessibility/ax_enums.idl |
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl |
| index f8927292d40e601536320432720a8bfd1a1876e3..af160e47f77ac9a30355432539238a1b69638cbb 100644 |
| --- a/ui/accessibility/ax_enums.idl |
| +++ b/ui/accessibility/ax_enums.idl |
| @@ -268,7 +268,12 @@ |
| scroll_y_min, |
| scroll_y_max, |
| - // Editable text attributes. |
| + // Attributes for retrieving the endpoints of a selection. |
| + anchor_object_id, |
| + anchor_offset, |
| + focus_object_id, |
| + focus_offset, |
| + // Deprecated. |
| text_sel_start, |
| text_sel_end, |