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

Unified Diff: ui/app_list/presenter/app_list_presenter_impl.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 | « ui/app_list/presenter/app_list_presenter.h ('k') | ui/views/animation/ink_drop_host_view.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_impl.h
diff --git a/ui/app_list/presenter/app_list_presenter_impl.h b/ui/app_list/presenter/app_list_presenter_impl.h
index 0c7dfb308faafb84e0cb958fb5d751f06fa9bc3e..74d5b72327d0a1f4de11b2d39bc9e8995d367de7 100644
--- a/ui/app_list/presenter/app_list_presenter_impl.h
+++ b/ui/app_list/presenter/app_list_presenter_impl.h
@@ -55,14 +55,12 @@ class APP_LIST_PRESENTER_EXPORT AppListPresenterImpl
void Show(int64_t display_id) override;
void Dismiss() override;
void ToggleAppList(int64_t display_id) override;
+ bool IsVisible() const override;
bool GetTargetVisibility() const override;
private:
friend class test::AppListPresenterImplTestApi;
- // Whether the app list's aura::Window is currently visible.
- bool IsVisible() const;
-
// Sets the app list view and attempts to show it.
void SetView(AppListView* view);
« no previous file with comments | « ui/app_list/presenter/app_list_presenter.h ('k') | ui/views/animation/ink_drop_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698