| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index 8a5b3dedf12d6b14123f29596d517467ddc85a3b..03745804638696b37362e794dda948f36ea65c1f 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -319,7 +319,12 @@
|
| update_location_only,
|
|
|
| // Set on a canvas element if it has fallback content.
|
| - canvas_has_fallback
|
| + canvas_has_fallback,
|
| +
|
| + // Set if this node is the host of an external AXTree, for
|
| + // example a web view that's a child of a native view, or a
|
| + // web iframe that's the child of another web frame.
|
| + is_ax_tree_host
|
| };
|
|
|
| [cpp_enum_prefix_override="ax_attr"] enum AXIntListAttribute {
|
|
|