| Index: ash/shelf/app_list_button.h
|
| diff --git a/ash/shelf/app_list_button.h b/ash/shelf/app_list_button.h
|
| index 52fafe6b8e4ef0f559a6201ff710492366cefce9..5df010ecb0147d3e88e41e8b5b287b5c0298710d 100644
|
| --- a/ash/shelf/app_list_button.h
|
| +++ b/ash/shelf/app_list_button.h
|
| @@ -27,6 +27,7 @@ class AppListButton : public views::ImageButton {
|
| bool OnMouseDragged(const ui::MouseEvent& event) override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| void GetAccessibleState(ui::AXViewState* state) override;
|
| + void NotifyClick(const ui::Event& event) override;
|
|
|
| // ui::EventHandler overrides:
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
|
|