Chromium Code Reviews| Index: chrome/browser/ui/views/accessibility/accessibility_event_router_views.h |
| diff --git a/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h b/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h |
| index 6b24f9f6bc56b1ddd0672b4f41c9d5ac050ace22..2708e362116e94d7e6a53f2b66d8795b3f8e6cfd 100644 |
| --- a/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h |
| +++ b/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h |
| @@ -163,6 +163,12 @@ class AccessibilityEventRouterViews : public content::NotificationObserver { |
| // to a window with a profile (like menu events). |
| Profile* most_recent_profile_; |
| + // The most recent accessibility focusable view is stored in view storage |
| + // and is used to prevent multiple events from being dispatched on a |
| + // hoverable view from its multiple children. This is the id for the most |
| + // recent view we put in view storage. |
| + int most_recent_view_id_; |
|
sky
2014/07/14 15:57:19
const
evy
2014/07/14 16:03:47
Done.
|
| + |
| // Notification registrar so we can clear most_recent_profile_ when a |
| // profile is destroyed. |
| content::NotificationRegistrar registrar_; |