| 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 ed2ede2d7b351c361e530c5a5d98635ffadd0a0a..fdc2baa5abf95bacb0b4c70bb4447dba445f74eb 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.h
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| @@ -40,6 +40,7 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
|
| gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
|
| void DoDefaultAction() override;
|
| bool SetStringValue(const base::string16& new_value) override;
|
| + bool CanSetStringValue() override;
|
|
|
| private:
|
| TestAXNodeWrapper(AXTree* tree, AXNode* node);
|
|
|