Index: views/view.h |
=================================================================== |
--- views/view.h (revision 50246) |
+++ views/view.h (working copy) |
@@ -554,7 +554,11 @@ |
// 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 |