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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 558073002: Hook up guest browser plugins to the accessibility tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross_process_iframes_plugins_3
Patch Set: Rebase Created 6 years, 3 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/renderer/browser_plugin/browser_plugin_manager.cc ('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 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 {
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_manager.cc ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698