| Index: ui/views/controls/button/custom_button.cc
|
| diff --git a/ui/views/controls/button/custom_button.cc b/ui/views/controls/button/custom_button.cc
|
| index fc07e0b7b0fa4bf42ef5db8e41cb481045232006..f864f5ee08df1708b6daf3d81331b7fae2670c34 100644
|
| --- a/ui/views/controls/button/custom_button.cc
|
| +++ b/ui/views/controls/button/custom_button.cc
|
| @@ -433,7 +433,7 @@ CustomButton::CustomButton(ButtonListener* listener)
|
| ink_drop_delegate_(nullptr),
|
| notify_action_(NOTIFY_ON_RELEASE),
|
| has_ink_drop_action_on_click_(false),
|
| - ink_drop_action_on_click_(InkDropState::QUICK_ACTION),
|
| + ink_drop_action_on_click_(InkDropState::ACTION_TRIGGERED),
|
| ink_drop_base_color_(gfx::kPlaceholderColor),
|
| md_focus_ring_(nullptr) {
|
| hover_animation_.SetSlideDuration(kHoverFadeDurationMs);
|
|
|