diff options
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 |