| Index: ui/accessibility/platform/test_ax_node_wrapper.cc
|
| diff --git a/ui/accessibility/platform/test_ax_node_wrapper.cc b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| index 2910684aeebfa476e47e38e4637d9f4333758430..2e9566f4361e1cdb70bfb3d0fea6c871597b298e 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| @@ -119,7 +119,7 @@ TestAXNodeWrapper::GetTargetForNativeAccessibilityEvent() {
|
|
|
| bool TestAXNodeWrapper::AccessibilityPerformAction(
|
| const ui::AXActionData& data) {
|
| - return false;
|
| + return true;
|
| }
|
|
|
| void TestAXNodeWrapper::DoDefaultAction() {}
|
|
|