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

Unified Diff: webkit/glue/webaccessibility.h

Issue 118206: Fixes an issue where the MSAA information was not reported back correctly to ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « chrome/common/render_messages.h ('k') | webkit/glue/webaccessibilitymanager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webaccessibility.h
===================================================================
--- webkit/glue/webaccessibility.h (revision 17645)
+++ webkit/glue/webaccessibility.h (working copy)
@@ -117,10 +117,6 @@
// 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;
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/webaccessibilitymanager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698