| Index: ui/accessibility/ax_tree_combiner.cc
|
| diff --git a/ui/accessibility/ax_tree_combiner.cc b/ui/accessibility/ax_tree_combiner.cc
|
| index 736cc583a157e77159555148582a4b4201a1518f..12d07a0911edcb2403800d5a6ae4dc8988f59c47 100644
|
| --- a/ui/accessibility/ax_tree_combiner.cc
|
| +++ b/ui/accessibility/ax_tree_combiner.cc
|
| @@ -27,6 +27,7 @@ bool IsNodeIdIntAttribute(AXIntAttribute attr) {
|
| // add a new attribute without explicitly considering whether it's
|
| // a node id attribute or not.
|
| case AX_INT_ATTRIBUTE_NONE:
|
| + case AX_ATTR_ACTION:
|
| case AX_ATTR_SCROLL_X:
|
| case AX_ATTR_SCROLL_X_MIN:
|
| case AX_ATTR_SCROLL_X_MAX:
|
|
|