| Index: ash/common/system/tray/hover_highlight_view.cc
|
| diff --git a/ash/common/system/tray/hover_highlight_view.cc b/ash/common/system/tray/hover_highlight_view.cc
|
| index 7eb36f2776e31b85508761320042235f3058e07a..f551c5f6ec41271e6d37612ee0fb8002915c43fb 100644
|
| --- a/ash/common/system/tray/hover_highlight_view.cc
|
| +++ b/ash/common/system/tray/hover_highlight_view.cc
|
| @@ -328,7 +328,8 @@ void HoverHighlightView::GetAccessibleNodeData(ui::AXNodeData* node_data) {
|
| }
|
|
|
| if (accessibility_state_ == AccessibilityState::CHECKED_CHECKBOX)
|
| - node_data->AddStateFlag(ui::AX_STATE_CHECKED);
|
| + node_data->AddIntAttribute(ui::AX_ATTR_CHECKED_STATE,
|
| + ui::AX_CHECKED_STATE_TRUE);
|
| }
|
|
|
| gfx::Size HoverHighlightView::GetPreferredSize() const {
|
|
|