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

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

Issue 2645093003: [WIP] ScreenManager: Add an external window mode (Closed)
Patch Set: Created 3 years, 11 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: services/ui/ws/cursor_unittest.cc
diff --git a/services/ui/ws/cursor_unittest.cc b/services/ui/ws/cursor_unittest.cc
index bfd4008d0a12da110f5d58b140d6e0bf0e3b0ba6..832a39fd40e986fb16d8c571f7eff0d69c516219 100644
--- a/services/ui/ws/cursor_unittest.cc
+++ b/services/ui/ws/cursor_unittest.cc
@@ -48,7 +48,8 @@ class CursorTest : public testing::Test {
protected:
// testing::Test:
void SetUp() override {
- screen_manager_.Init(window_server()->display_manager());
+ screen_manager_.Init(window_server()->display_manager(),
+ display::ScreenManager::WINDOW_MODE_INTERNAL);
screen_manager_.AddDisplay();
// As a side effect, this allocates Displays.

Powered by Google App Engine
This is Rietveld 408576698