Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: views/focus/focus_manager_win.cc

Issue 2823009: Keep a map of all views that have sent notifications. This ensures that Acce... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/accessibility/view_accessibility.cc ('k') | views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/focus/focus_manager_win.cc
===================================================================
--- views/focus/focus_manager_win.cc (revision 50246)
+++ views/focus/focus_manager_win.cc (working copy)
@@ -16,8 +16,7 @@
// We need to let assistive technologies know which child view got focus so
// they can obtain the proper accessibility object for that child view.
if (focused_view_) {
- ::NotifyWinEvent(EVENT_OBJECT_FOCUS, widget_->GetNativeView(), OBJID_CLIENT,
- static_cast<LONG>(focused_view_->GetID()));
+ focused_view_->NotifyAccessibilityEvent(AccessibilityTypes::EVENT_FOCUS);
}
}
« no previous file with comments | « views/accessibility/view_accessibility.cc ('k') | views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698