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

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: 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/shell.h ('k') | ash/system/toast/toast_overlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 57993d5a7a9a7d0197da1222718ca8f9eaa41ea6..da152e749fe3a187cc9898d6e37d822c5038b33a 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -333,6 +333,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();
}
« no previous file with comments | « ash/shell.h ('k') | ash/system/toast/toast_overlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698