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

Unified Diff: ash/shelf/shelf.cc

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/shelf.h ('k') | ash/shelf/shelf_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index 358badd6739f5d43e4b8d9321b7ae54e85d3975d..2176db2a8ab99b3e24bc0b80306d12d729947769 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -180,8 +180,8 @@ void Shelf::SchedulePaint() {
shelf_view_->SchedulePaintForAllButtons();
}
-views::View* Shelf::GetAppListButtonView() const {
- return shelf_view_->GetAppListButtonView();
+AppListButton* Shelf::GetAppListButton() const {
+ return shelf_view_->GetAppListButton();
}
void Shelf::LaunchAppIndexAt(int item_index) {
« no previous file with comments | « ash/shelf/shelf.h ('k') | ash/shelf/shelf_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698