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

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: Changed SetHasInkDrop to SetInkDropMode 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 8aed464df31f2ceabfcf3586b011ddf0b009a971..bb3a16c6a1b738988cf7f6f1fb97bd3680fafc63 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -248,6 +248,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