| Index: ui/views/controls/button/md_text_button.h
|
| diff --git a/ui/views/controls/button/md_text_button.h b/ui/views/controls/button/md_text_button.h
|
| index 40630b9725b794af12672c6e511e35262355b0d4..1f52e2f8796c559073ca5c54931c0d4c34a46dac 100644
|
| --- a/ui/views/controls/button/md_text_button.h
|
| +++ b/ui/views/controls/button/md_text_button.h
|
| @@ -39,6 +39,7 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
|
| void OnFocus() override;
|
| void OnBlur() override;
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
| + std::unique_ptr<InkDrop> CreateInkDrop() override;
|
| std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override;
|
| std::unique_ptr<views::InkDropHighlight> CreateInkDropHighlight()
|
| const override;
|
|
|