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

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: 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/shelf/shelf_view_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 6676f29fabacfe309cbedc2d859fb5e4b6d4f5a9..fd04a375db8667a1262e45215ea9f2ed2e2ddb1b 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -245,6 +245,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;
« no previous file with comments | « ash/shelf/shelf_view_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698