| Index: ui/views/controls/button/vector_icon_button.h
|
| diff --git a/ui/views/controls/button/vector_icon_button.h b/ui/views/controls/button/vector_icon_button.h
|
| index b0aa02515e2408d130f9e476e74f525e820ed348..215b08c8ce9ecf65a79f66dbaf22b8ab8477af8b 100644
|
| --- a/ui/views/controls/button/vector_icon_button.h
|
| +++ b/ui/views/controls/button/vector_icon_button.h
|
| @@ -34,6 +34,8 @@ class VIEWS_EXPORT VectorIconButton : public views::ImageButton {
|
| // views::ImageButton:
|
| void OnThemeChanged() override;
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
| + std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override;
|
| + std::unique_ptr<InkDropHighlight> CreateInkDropHighlight() const override;
|
|
|
| private:
|
| // Performs the work common to both SetIcon() variants.
|
|
|