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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 667713006: Implement automatic load of composed/embedded automation trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Fix UAF Created 6 years, 1 month 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
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 5add7a4227431400d49a77c19fc65f15665eb092..6a4adaba49d33d341a20af04b6845829a5c23902 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -190,6 +190,7 @@
tooltip,
value_indicator,
web_area,
+ web_view,
window
};
@@ -294,7 +295,13 @@
color_value_blue,
// Inline text attributes.
- text_direction
+ text_direction,
+
+ // Uniquely identifies an AXTree.
+ tree_id,
+
+ // Identifies a child tree which this node hosts.
+ child_tree_id
};
[cpp_enum_prefix_override="ax_attr"] enum AXFloatAttribute {
« no previous file with comments | « chrome/test/data/extensions/api_test/automation/tests/unit/test.js ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698