Chromium Code Reviews| Index: ui/accessibility/ax_enums.idl |
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl |
| index b85951d325fb0cbfbd4cee2bdc7b8489ccbff12c..c96446fc31c3b6492449bbf96fd1645b05dbb91b 100644 |
| --- a/ui/accessibility/ax_enums.idl |
| +++ b/ui/accessibility/ax_enums.idl |
| @@ -390,9 +390,6 @@ |
| flowto_ids, |
| labelledby_ids, |
| - // For static text. Character indices where line breaks occur. |
| - line_breaks, |
| - |
| // For static text. These int lists must be the same size; they represent |
| // the start and end character offset of each marker. Examples of markers |
| // include spelling and grammar errors, and find-in-page matches. |
| @@ -416,6 +413,11 @@ |
| // within the object's bounds, the second offset is the right coordinate |
| // of the second character, and so on. |
| character_offsets, |
| + |
| + // Used for caching. Do not read directly. Use |AXNode::GetLineStartOffsets| |
| + // For all objects with text content. A list of the start offset of each |
|
dmazzoni
2016/09/21 18:47:38
"all objects with text content" could be confusing
|
| + // line of text inside this object. |
| + cached_line_starts, |
| // For inline text. These int lists must be the same size; they represent |
| // the start and end character offset of each word within this text. |