| 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 2780b9f8af6da59ac7023249d3d99caffd4d574f..77c16467af4dd2f0ae3542d89378d06772d0d466 100644
|
| --- a/ui/views/controls/button/toggle_button.h
|
| +++ b/ui/views/controls/button/toggle_button.h
|
| @@ -44,7 +44,7 @@ class VIEWS_EXPORT ToggleButton : public CustomButton {
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override;
|
| SkColor GetInkDropBaseColor() const override;
|
| - bool ShouldShowInkDropHighlight() const override;
|
| + std::unique_ptr<InkDrop> CreateInkDrop() override;
|
|
|
| // gfx::AnimationDelegate:
|
| void AnimationProgressed(const gfx::Animation* animation) override;
|
|
|