| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index b0d926a47af8f7ab3b1afbeecceb518fc6dac8cb..91caaf3f38bcd9238469b577dc1a099f8c978277 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -345,7 +345,11 @@
|
| // 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
|
| + is_ax_tree_host,
|
| +
|
| + // Set if this node has been selected for dragging in
|
| + // a drag-n-drop operation.
|
| + grabbed
|
| };
|
|
|
| [cpp_enum_prefix_override="ax_attr"] enum AXIntListAttribute {
|
|
|