summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webaccessibility.h
diff options
context:
space:
mode:
authorklink@chromium.org <klink@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-05 21:56:48 +0000
committerklink@chromium.org <klink@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-05 21:56:48 +0000
commit27937bdc5b5199c82784c90fb2af4746a7054895 (patch)
tree9e36ec7cd0bfc2996b87cfa6928bce0d783202c9 /webkit/glue/webaccessibility.h
parent25b3433897bab5e94dac9ab8a2f09b356792ab7d (diff)
downloadchromium_src-27937bdc5b5199c82784c90fb2af4746a7054895.zip
chromium_src-27937bdc5b5199c82784c90fb2af4746a7054895.tar.gz
chromium_src-27937bdc5b5199c82784c90fb2af4746a7054895.tar.bz2
Fixes an issue where the MSAA information was not reported back correctly to the AT, upon the HWND containing the web content first receiving focus. Note that this is not a full fix for the bug below, but one more piece to resolving it.BUG=13291TEST=none
Review URL: http://codereview.chromium.org/118206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webaccessibility.h')
-rw-r--r--webkit/glue/webaccessibility.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h
index 250c665..538e612 100644
--- a/webkit/glue/webaccessibility.h
+++ b/webkit/glue/webaccessibility.h
@@ -117,10 +117,6 @@ class WebAccessibility {
// 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;