Index: webkit/glue/webaccessibility.h |
=================================================================== |
--- webkit/glue/webaccessibility.h (revision 16095) |
+++ webkit/glue/webaccessibility.h (working copy) |
@@ -117,6 +117,10 @@ |
// Id of accessible child, whose information is being requested. |
int child_id; |
+ // Indicates if the |child_id| refers to a direct child of the active |
+ // accessibility object (true) or not (false). |
+ bool direct_descendant; |
+ |
// LONG input parameters, used differently depending on the function called. |
long input_long1; |
long input_long2; |