parent
90b6d13714
commit
ed5a865efb
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void SubmenuButton::SetUnderlineColor(SkColor color) {
|
|||
}
|
||||
|
||||
void SubmenuButton::GetAccessibleNodeData(ui::AXNodeData* node_data) {
|
||||
node_data->SetName(accessible_name());
|
||||
node_data->SetName(GetAccessibleName());
|
||||
node_data->role = ax::mojom::Role::kPopUpButton;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue