| Index: ui/views/controls/button/toggle_button.h
|
| diff --git a/ui/views/controls/button/toggle_button.h b/ui/views/controls/button/toggle_button.h
|
| index 7249adc934e47dcfbb45999aa10c2a9d54a43f22..a197af15f5d41310d815b30f0acf2fc1656a458f 100644
|
| --- a/ui/views/controls/button/toggle_button.h
|
| +++ b/ui/views/controls/button/toggle_button.h
|
| @@ -42,6 +42,7 @@ class VIEWS_EXPORT ToggleButton : public CustomButton {
|
| void NotifyClick(const ui::Event& event) override;
|
| void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override;
|
|
|