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

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: Addressed review comments 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/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index 08fc4d41118884927ffd65307dcd0ccb074fc621..4f48f006b01f63c095b5fc74ce76c2f10e71cc6e 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -181,8 +181,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') | ash/shelf/shelf_view_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698