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

Unified Diff: ash/shelf/shelf.h

Issue 2070143003: Add MD ink drop ripple to app list button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@b612539_shelf_button_ripple
Patch Set: Rebased 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
« no previous file with comments | « ash/shelf/app_list_button.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index 005df1c62d2c800cdfb48368fb6d55727d0145d6..a6fee84f7ec77f039683a7392d24b8a58413e588 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -35,6 +35,7 @@ class View;
}
namespace ash {
+class AppListButton;
class FocusCycler;
class ShelfDelegate;
class ShelfIconObserver;
@@ -132,7 +133,7 @@ class ASH_EXPORT Shelf {
void SchedulePaint();
- views::View* GetAppListButtonView() const;
+ AppListButton* GetAppListButton() const;
// Launch a 0-indexed shelf item in the shelf.
// A negative index launches the last shelf item in the shelf.
« no previous file with comments | « ash/shelf/app_list_button.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698