| 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 1c6aefa254ceb71eb6a0511aacca366e8b36761b..7388fd35758e77c4288f815f48bd1a9a02be6d23 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
|
| @@ -128,6 +128,10 @@ bool TestAXNodeWrapper::CanSetStringValue() {
|
| return false;
|
| }
|
|
|
| +bool TestAXNodeWrapper::SetFocused(bool focused) {
|
| + return false;
|
| +}
|
| +
|
| TestAXNodeWrapper::TestAXNodeWrapper(AXTree* tree, AXNode* node)
|
| : tree_(tree),
|
| node_(node),
|
|
|