| Index: ui/accessibility/platform/test_ax_node_wrapper.h
|
| diff --git a/ui/accessibility/platform/test_ax_node_wrapper.h b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| index f2a12f0acd96da28b54b46e20e5aa39ada293698..a52dd53707da7afff32f643052eb6add5c97d466 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.h
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| @@ -42,6 +42,7 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
|
| bool SetStringValue(const base::string16& new_value,
|
| bool clear_first) override;
|
| bool CanSetStringValue() override;
|
| + bool SetFocused(bool focused) override;
|
|
|
| private:
|
| TestAXNodeWrapper(AXTree* tree, AXNode* node);
|
|
|