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

Unified Diff: ui/app_list/demo/app_list_demo_views.cc

Issue 2802903003: Implementation of a full screen app list and re-alphabetized switches (Closed)
Patch Set: Un-parameterized a bubble test, addressed comments, fixed merge conflicts, and fixed a typo! Created 3 years, 8 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: ui/app_list/demo/app_list_demo_views.cc
diff --git a/ui/app_list/demo/app_list_demo_views.cc b/ui/app_list/demo/app_list_demo_views.cc
index d21cdaffaeb040533a04275fa8f508d7dd3d8f8e..8f0a806bc3ac5f62dc653948ee183deaf2ecb9fc 100644
--- a/ui/app_list/demo/app_list_demo_views.cc
+++ b/ui/app_list/demo/app_list_demo_views.cc
@@ -60,8 +60,8 @@ app_list::AppListView* DemoAppListViewDelegate::InitView(
gfx::NativeView container = window_context;
view_ = new app_list::AppListView(this);
- view_->InitAsBubble(container, 0);
- view_->SetAnchorPoint(gfx::Point(300, 300));
+ view_->Initialize(container, 0);
+ view_->MaybeSetAnchorPoint(gfx::Point(300, 300));
// Populate some apps.
GetTestModel()->PopulateApps(kInitialItems);

Powered by Google App Engine
This is Rietveld 408576698