Chromium Code Reviews| Index: ui/accessibility/ax_enums.idl |
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl |
| index da88a544b85db1c3935349cdb6a30d459a9b1358..f51ebc25db69af23b883621e0bad767b829b4e92 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, |