Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: ui/accessibility/ax_enums.idl

Issue 736023002: Add conversion rule for aria-grabbed attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Comment Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/accessibility/aria/blue.png ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « content/test/data/accessibility/aria/blue.png ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698