Index: ui/accessibility/ax_enums.idl |
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl |
index 5add7a4227431400d49a77c19fc65f15665eb092..be09a5d97029cd1939cab33cc37c85d6e6232f89 100644 |
--- a/ui/accessibility/ax_enums.idl |
+++ b/ui/accessibility/ax_enums.idl |
@@ -294,7 +294,12 @@ |
color_value_blue, |
// Inline text attributes. |
- text_direction |
+ text_direction, |
+ |
+ // Internal only; do not expose to platform APIs. |
dmazzoni
2014/10/29 06:53:30
I don't think we should put these here.
Let's add
aboxhall
2014/10/29 19:29:11
I'm confused by this. These are being now used as
David Tseng
2014/10/29 20:35:30
It is; the intent is to have us ultimately use abs
aboxhall
2014/10/29 20:53:29
I find this really confusing. Why not just put pro
|
+ // Only applicable to views::WebView. |
+ process_id, |
+ routing_id |
}; |
[cpp_enum_prefix_override="ax_attr"] enum AXFloatAttribute { |