Commit f0067fb8 authored by afakhry's avatar afakhry Committed by Commit bot

Add ChromeVox Support for the AppLauncher's Start Page Tile Items

R=calamity@chromium.org
BUG=455895
TEST=manual

Review URL: https://codereview.chromium.org/901153007

Cr-Commit-Position: refs/heads/master@{#314959}
parent 1acfeef4
...@@ -55,6 +55,7 @@ void TileItemView::SetSelected(bool selected) { ...@@ -55,6 +55,7 @@ void TileItemView::SetSelected(bool selected) {
selected_ = selected; selected_ = selected;
UpdateBackgroundColor(); UpdateBackgroundColor();
NotifyAccessibilityEvent(ui::AX_EVENT_FOCUS, true);
} }
void TileItemView::SetParentBackgroundColor(SkColor color) { void TileItemView::SetParentBackgroundColor(SkColor color) {
...@@ -68,6 +69,7 @@ void TileItemView::SetIcon(const gfx::ImageSkia& icon) { ...@@ -68,6 +69,7 @@ void TileItemView::SetIcon(const gfx::ImageSkia& icon) {
void TileItemView::SetTitle(const base::string16& title) { void TileItemView::SetTitle(const base::string16& title) {
title_->SetText(title); title_->SetText(title);
SetAccessibleName(title);
} }
void TileItemView::StateChanged() { void TileItemView::StateChanged() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment