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

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: Fixed the mishandled reference that was breaking the build 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
« no previous file with comments | « ui/app_list/app_list_switches.cc ('k') | ui/app_list/presenter/app_list_presenter_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/app_list/app_list_switches.cc ('k') | ui/app_list/presenter/app_list_presenter_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698