| Index: ui/views/controls/button/md_text_button.cc
|
| diff --git a/ui/views/controls/button/md_text_button.cc b/ui/views/controls/button/md_text_button.cc
|
| index 76cd0d335eb1a7a2bf7993797067d0c88e152176..cbcce496d4d11fecf8747f7318e54ba28d9bbed7 100644
|
| --- a/ui/views/controls/button/md_text_button.cc
|
| +++ b/ui/views/controls/button/md_text_button.cc
|
| @@ -214,7 +214,7 @@ MdTextButton::MdTextButton(ButtonListener* listener)
|
| : LabelButton(listener, base::string16()),
|
| focus_ring_(new internal::MdFocusRing()),
|
| is_cta_(false) {
|
| - SetHasInkDrop(true);
|
| + SetInkDropMode(InkDropMode::ON);
|
| set_has_ink_drop_action_on_click(true);
|
| SetHorizontalAlignment(gfx::ALIGN_CENTER);
|
| SetFocusForPlatform();
|
|
|