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

Unified Diff: ash/shell.h

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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index bb273232fa20c4616afcb859450cd5083a44f24e..f89fc08b35869a17d175cebf75924f8587a61a32 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -259,6 +259,10 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Shows the app list if it's not visible. Dismisses it otherwise.
void ToggleAppList(aura::Window* anchor);
+ // Returns app list actual visibility. This might differ from
+ // GetAppListTargetVisibility() when hiding animation is still in flight.
+ bool IsApplistVisible() const;
+
// Returns app list target visibility.
bool GetAppListTargetVisibility() const;

Powered by Google App Engine
This is Rietveld 408576698