| Index: ash/common/shelf/app_list_button.h
|
| diff --git a/ash/common/shelf/app_list_button.h b/ash/common/shelf/app_list_button.h
|
| index 4c944c7538d8c21cc4cda1b6275687cd6c5fe57d..31e50005ec2d72a113fe759983548a2d4f70fb38 100644
|
| --- a/ash/common/shelf/app_list_button.h
|
| +++ b/ash/common/shelf/app_list_button.h
|
| @@ -41,7 +41,7 @@ class ASH_EXPORT AppListButton : public views::ImageButton {
|
| std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override;
|
| void NotifyClick(const ui::Event& event) override;
|
| bool ShouldEnterPushedState(const ui::Event& event) override;
|
| - bool ShouldShowInkDropHighlight() const override;
|
| + std::unique_ptr<views::InkDrop> CreateInkDrop() override;
|
|
|
| // ui::EventHandler overrides:
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
|
|