Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: ash/shelf/app_list_button.h

Issue 2033553003: Add MD ink drop ripple to shelf app items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « ash/ash.gyp ('k') | ash/shelf/app_list_button.cc » ('j') | ash/shelf/overflow_button.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698