From c45dde3c15cddbca7795cab1c28fa472148b01b1 Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Thu, 3 Mar 2011 23:13:49 +0000 Subject: Refactor Views accessibility. BUG=none TEST=none Review URL: http://codereview.chromium.org/6581010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76825 0039d316-1c4b-4281-b951-d872f2087c98 --- views/widget/widget_gtk.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/widget/widget_gtk.h') diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h index 9facf90..a9a7034 100644 --- a/views/widget/widget_gtk.h +++ b/views/widget/widget_gtk.h @@ -173,6 +173,10 @@ class WidgetGtk : public Widget, virtual FocusManager* GetFocusManager(); virtual void ViewHierarchyChanged(bool is_add, View *parent, View *child); + virtual void NotifyAccessibilityEvent( + View* view, + ui::AccessibilityTypes::Event event_type, + bool send_native_event); // Clears the focus on the native widget having the focus. virtual void ClearNativeFocus(); -- cgit v1.1