| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index 5f8c39e147be389d1880b2354fa8b3ddda9273de..921b8c8a8a16a61782864e36e5bc677a98484462 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -446,6 +446,11 @@
|
| flowto_ids,
|
| labelledby_ids,
|
|
|
| + // For static text. Character indices where line breaks occur. Note that
|
| + // this attribute is only available on Chrome OS and will be deprecated
|
| + // soon.
|
| + 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.
|
|
|