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

Unified Diff: ash/shell.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/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 2ee91955bc85a269fe06a47125588f66479d5003..2a7f8dd342842f353356a3aeea142feaa0212f0f 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -340,6 +340,10 @@ void Shell::ToggleAppList(aura::Window* window) {
GetDisplayIdForWindow(window));
}
+bool Shell::IsApplistVisible() const {
+ return delegate_->GetAppListPresenter()->IsVisible();
+}
+
bool Shell::GetAppListTargetVisibility() const {
return delegate_->GetAppListPresenter()->GetTargetVisibility();
}

Powered by Google App Engine
This is Rietveld 408576698