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

Unified Diff: ash/mus/test/wm_test_helper.cc

Issue 2314203002: Move DisplayList to display; add ScreenBase. (Closed)
Patch Set: Update unit test namespace. Created 4 years, 3 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 | « ash/mus/test/wm_test_base.cc ('k') | ash/mus/test/wm_test_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_helper.cc
diff --git a/ash/mus/test/wm_test_helper.cc b/ash/mus/test/wm_test_helper.cc
index 8494dece6797ab5594493c4017199d9d1cb86c66..94ac00171adfa50e480fda94ad2465c953d35f7b 100644
--- a/ash/mus/test/wm_test_helper.cc
+++ b/ash/mus/test/wm_test_helper.cc
@@ -62,7 +62,7 @@ void WmTestHelper::Init() {
window_manager_app_->window_manager()->window_tree_client();
screen_->display_list()->AddDisplay(display,
- views::DisplayList::Type::PRIMARY);
+ display::DisplayList::Type::PRIMARY);
ui::WindowTreeClientPrivate(window_tree_client)
.CallWmNewDisplayAdded(display);
« no previous file with comments | « ash/mus/test/wm_test_base.cc ('k') | ash/mus/test/wm_test_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698