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

Unified Diff: ui/app_list/presenter/app_list_presenter.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 | « chrome/browser/ui/views/toolbar/toolbar_button.cc ('k') | ui/app_list/presenter/app_list_presenter_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/presenter/app_list_presenter.h
diff --git a/ui/app_list/presenter/app_list_presenter.h b/ui/app_list/presenter/app_list_presenter.h
index cea0c9ba936881b00501cb3cf7b1fd3d25a8a93d..3d864406054f9d215b6a6e0104b750ffd3c5e066 100644
--- a/ui/app_list/presenter/app_list_presenter.h
+++ b/ui/app_list/presenter/app_list_presenter.h
@@ -32,6 +32,9 @@ class APP_LIST_PRESENTER_EXPORT AppListPresenter {
// Show the app list if it is visible, hide it if it is hidden.
virtual void ToggleAppList(int64_t display_id) = 0;
+ // Returns current visibility of the app list.
+ virtual bool IsVisible() const = 0;
+
// Returns target visibility. This may differ from IsVisible() if a
// visibility transition is in progress.
virtual bool GetTargetVisibility() const = 0;
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_button.cc ('k') | ui/app_list/presenter/app_list_presenter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698