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

Unified Diff: services/ui/ws/display_unittest.cc

Issue 2503923003: Demonstrate external-window-mode in mus-demo (Closed)
Patch Set: Wrap comment Created 4 years, 1 month 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: services/ui/ws/display_unittest.cc
diff --git a/services/ui/ws/display_unittest.cc b/services/ui/ws/display_unittest.cc
index 46f07aa9a447f9d716797887c69e84edaad5499c..82737700b2d97e63ef588c0f5c940b50efad9b4c 100644
--- a/services/ui/ws/display_unittest.cc
+++ b/services/ui/ws/display_unittest.cc
@@ -108,7 +108,8 @@ class DisplayTest : public testing::Test {
protected:
// testing::Test:
void SetUp() override {
- platform_screen_.Init(window_server()->display_manager());
+ platform_screen_.Init(window_server()->display_manager(),
+ display::PlatformScreen::WINDOW_MODE_INTERNAL);
window_server()->user_id_tracker()->AddUserId(kTestId1);
window_server()->user_id_tracker()->AddUserId(kTestId2);
}

Powered by Google App Engine
This is Rietveld 408576698