diff options
author | dtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-18 23:53:41 +0000 |
---|---|---|
committer | dtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-18 23:53:41 +0000 |
commit | 9870326b1412b1f3804eed8d9b6402ac60ddf8f0 (patch) | |
tree | 46225afad011decdd6b138dba35836636dee33db /views/view.h | |
parent | 23b060ece7a2db1ef5b4802d4903f93edb538ae3 (diff) | |
download | chromium_src-9870326b1412b1f3804eed8d9b6402ac60ddf8f0.zip chromium_src-9870326b1412b1f3804eed8d9b6402ac60ddf8f0.tar.gz chromium_src-9870326b1412b1f3804eed8d9b6402ac60ddf8f0.tar.bz2 |
Keep a cache of all views that have sent notifications. This ensures that AccessibleObjectFromEvent works properly.
BUG=9601
TEST=none
Review URL: http://codereview.chromium.org/2823009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/view.h b/views/view.h index f6d1efa..2b50f04 100644 --- a/views/view.h +++ b/views/view.h @@ -554,7 +554,11 @@ class View : public AcceleratorTarget { // Accessibility support // TODO(klink): Move all this out to a AccessibleInfo wrapper class. - // + + // Notify the platform specific accessibility client of changes in the user + // interface. + virtual void NotifyAccessibilityEvent(AccessibilityTypes::Event event_type); + // Returns the MSAA default action of the current view. The string returned // describes the default action that will occur when executing // IAccessible::DoDefaultAction. For instance, default action of a button is |