Fix windows accessibility tree traversal.
commit371777350f4ef52d5c143354f46a2a7bcdbd0652
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sun, 17 Nov 2013 17:54:33 +0000 (17 17:54 +0000)
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sun, 17 Nov 2013 17:54:33 +0000 (17 17:54 +0000)
treeaaa21c800366b5496f077cc57ec972eaa810e493
parentf6cec5fc377c1e01de4921b8a14f05c797f856ef
Fix windows accessibility tree traversal.

Some interfaces were traversing the whole tree rather than
only the part of the tree we intend to expose to that
platform. This needs some cleanup to make it harder for
bugs like this to occur, but first, this fixes the current
implementation.

BUG=320100

Review URL: https://codereview.chromium.org/68503020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235545 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/accessibility/browser_accessibility.cc
content/browser/accessibility/browser_accessibility_manager_win.cc
content/browser/accessibility/browser_accessibility_win.cc