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

Unified Diff: ash/sysui/app_list_presenter_mus.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: Added tests + 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/sysui/app_list_presenter_mus.cc
diff --git a/ash/sysui/app_list_presenter_mus.cc b/ash/sysui/app_list_presenter_mus.cc
index 5fe60b76111b0c50eb41f9834ea6797ec8d95e57..fb86591de19a5e2d7e49285de6360d84375009e3 100644
--- a/ash/sysui/app_list_presenter_mus.cc
+++ b/ash/sysui/app_list_presenter_mus.cc
@@ -45,6 +45,10 @@ void AppListPresenterMus::ToggleAppList(int64_t display_id) {
presenter_->ToggleAppList(display_id);
}
+bool AppListPresenterMus::IsVisible() const {
+ return false;
+}
+
bool AppListPresenterMus::GetTargetVisibility() const {
// TODO(mfomitchev): we have GetTargetVisibility() in mojom, but this
// shouldn't be a synchronous method. We should go through the call sites and

Powered by Google App Engine
This is Rietveld 408576698