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

Unified Diff: ui/app_list/views/apps_grid_view.cc

Issue 1955383003: Merge to m51: Fix accessibility event type fired from AppsGridView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/apps_grid_view.cc
diff --git a/ui/app_list/views/apps_grid_view.cc b/ui/app_list/views/apps_grid_view.cc
index cf599fdb98cd6de73b04ae1db631cb0b67d729c2..7da29e4a554fd0e374f1de6474a570ed92c111c2 100644
--- a/ui/app_list/views/apps_grid_view.cc
+++ b/ui/app_list/views/apps_grid_view.cc
@@ -1116,8 +1116,7 @@ void AppsGridView::SetSelectedItemByIndex(const Index& index) {
selected_view_ = new_selection;
selected_view_->SetTitleSubpixelAA();
selected_view_->SchedulePaint();
- selected_view_->NotifyAccessibilityEvent(
- ui::AX_EVENT_FOCUS, true);
+ selected_view_->NotifyAccessibilityEvent(ui::AX_EVENT_SELECTION, true);
}
bool AppsGridView::IsValidIndex(const Index& index) const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698