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

Unified Diff: webkit/glue/webaccessibility.h

Issue 115374: Adds propagation and handling of render-side focus events, for the benefit of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
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;

Powered by Google App Engine
This is Rietveld 408576698