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

Unified Diff: ui/app_list/views/app_list_view.h

Issue 2588103004: Apply new WM shadows to app list. (Closed)
Patch Set: Created 4 years 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: ui/app_list/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 0be269065510b551ba43cc56977574bdcde1bcc0..f017a7e79bc0e67bbf0cf399722cdc0cf384a050 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -44,13 +44,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
explicit AppListView(AppListViewDelegate* delegate);
~AppListView() override;
- // Initializes the widget and use a fixed |anchor_point_in_screen| for
- // positioning.
- void InitAsBubbleAtFixedLocation(gfx::NativeView parent,
- int initial_apps_page,
- const gfx::Point& anchor_point_in_screen,
- views::BubbleBorder::Arrow arrow,
- bool border_accepts_events);
+ // Initializes the widget.
+ void InitAsBubble(gfx::NativeView parent, int initial_apps_page);
// Initializes the widget as a frameless window, not a bubble.
void InitAsFramelessWindow(gfx::NativeView parent,
@@ -114,12 +109,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
void InitChildWidgets();
- void InitAsBubbleInternal(gfx::NativeView parent,
- int initial_apps_page,
- views::BubbleBorder::Arrow arrow,
- bool border_accepts_events,
- const gfx::Vector2d& anchor_offset);
-
// Overridden from views::BubbleDialogDelegateView:
void OnBeforeBubbleWidgetInit(views::Widget::InitParams* params,
views::Widget* widget) const override;

Powered by Google App Engine
This is Rietveld 408576698