From b82a049e6ffc65c14daf1c2c8bee6390cb7fe1fa Mon Sep 17 00:00:00 2001 From: "ctguil@chromium.org" Date: Thu, 27 May 2010 23:00:03 +0000 Subject: Initial work to fix the IAccessible tree in circumstances where there is a widget not at the root of the UI heirarchy. Also contains misc fixes for setting correct name/role for controls found in the Options dialog. BUG=9621 TEST=none Review URL: http://codereview.chromium.org/2174002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48444 0039d316-1c4b-4281-b951-d872f2087c98 --- views/window/non_client_view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/window/non_client_view.h') diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h index 0e736df..4377505 100644 --- a/views/window/non_client_view.h +++ b/views/window/non_client_view.h @@ -70,6 +70,8 @@ class NonClientFrameView : public View { // Overridden from View: virtual bool HitTest(const gfx::Point& l) const; + virtual bool GetAccessibleRole(AccessibilityTypes::Role* role); + protected: virtual void DidChangeBounds(const gfx::Rect& previous, const gfx::Rect& current); -- cgit v1.1