| Index: ui/views/controls/button/button.h
|
| diff --git a/ui/views/controls/button/button.h b/ui/views/controls/button/button.h
|
| index e7acdc91ef002692a2966623fa9fb1fdb5ab502c..62aecd7734ea24c2f7ae324281e7fcf24001f60d 100644
|
| --- a/ui/views/controls/button/button.h
|
| +++ b/ui/views/controls/button/button.h
|
| @@ -62,7 +62,7 @@ class VIEWS_EXPORT Button : public InkDropHostView {
|
| // Overridden from View:
|
| bool GetTooltipText(const gfx::Point& p,
|
| base::string16* tooltip) const override;
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
|
|
| protected:
|
| // Construct the Button with a Listener. The listener can be NULL. This can be
|
|
|