| 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 fdc2baa5abf95bacb0b4c70bb4447dba445f74eb..f2a12f0acd96da28b54b46e20e5aa39ada293698 100644
|
| --- a/ui/accessibility/platform/test_ax_node_wrapper.h
|
| +++ b/ui/accessibility/platform/test_ax_node_wrapper.h
|
| @@ -39,7 +39,8 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
|
| gfx::NativeViewAccessible GetFocus() override;
|
| gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
|
| void DoDefaultAction() override;
|
| - bool SetStringValue(const base::string16& new_value) override;
|
| + bool SetStringValue(const base::string16& new_value,
|
| + bool clear_first) override;
|
| bool CanSetStringValue() override;
|
|
|
| private:
|
|
|