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

Unified Diff: ui/app_list/views/app_list_view_unittest.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/views/app_list_view.cc ('k') | ui/aura/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_view_unittest.cc
diff --git a/ui/app_list/views/app_list_view_unittest.cc b/ui/app_list/views/app_list_view_unittest.cc
index a93a966fa7b534a79111a3dce7833fd345e913f0..56e2bdd6bdbcac9632e266419fb243eb75c3b7e3 100644
--- a/ui/app_list/views/app_list_view_unittest.cc
+++ b/ui/app_list/views/app_list_view_unittest.cc
@@ -172,8 +172,8 @@ AppListViewTestContext::AppListViewTestContext(gfx::NativeView parent) {
view_ = new app_list::AppListView(delegate_.get());
// Initialize centered around a point that ensures the window is wholly shown.
- view_->InitAsBubble(parent, 0);
- view_->SetAnchorPoint(gfx::Point(300, 300));
+ view_->Initialize(parent, 0);
+ view_->MaybeSetAnchorPoint(gfx::Point(300, 300));
}
AppListViewTestContext::~AppListViewTestContext() {
« no previous file with comments | « ui/app_list/views/app_list_view.cc ('k') | ui/aura/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698