summaryrefslogtreecommitdiffstats
path: root/views/views_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/views_delegate.h')
-rw-r--r--views/views_delegate.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/views_delegate.h b/views/views_delegate.h
index d7411f6..98b734e 100644
--- a/views/views_delegate.h
+++ b/views/views_delegate.h
@@ -11,7 +11,7 @@
#include <windows.h>
#endif
-#include "ui/base/accessibility/accessibility_types.h"
+#include "views/accessibility/accessibility_types.h"
namespace gfx {
class Rect;
@@ -58,8 +58,10 @@ class ViewsDelegate {
const std::wstring& window_name,
bool* maximized) const = 0;
+ // Notify the delegate that an accessibility event has happened in
+ // a particular view.
virtual void NotifyAccessibilityEvent(
- views::View* view, ui::AccessibilityTypes::Event event_type) = 0;
+ views::View* view, AccessibilityTypes::Event event_type) = 0;
#if defined(OS_WIN)
// Retrieves the default window icon to use for windows if none is specified.