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

Unified Diff: services/ui/display/platform_screen_ozone_unittests.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/display/platform_screen_ozone_unittests.cc
diff --git a/services/ui/display/platform_screen_ozone_unittests.cc b/services/ui/display/platform_screen_ozone_unittests.cc
index 87d40ed6ea40e09bdc2ae238b9ab5a14cedfb3b4..6857dd2890818217ba31f21dadb0309cff7b60d5 100644
--- a/services/ui/display/platform_screen_ozone_unittests.cc
+++ b/services/ui/display/platform_screen_ozone_unittests.cc
@@ -194,7 +194,7 @@ class PlatformScreenOzoneTest : public testing::Test {
testing::Test::SetUp();
ui::OzonePlatform::InitializeForUI();
platform_screen_ = base::MakeUnique<PlatformScreenOzone>();
- platform_screen_->Init(&delegate_);
+ platform_screen_->Init(&delegate_, PlatformScreen::WINDOW_MODE_INTERNAL);
// Have all tests start with a 1024x768 display by default.
AddDisplay(1, gfx::Size(1024, 768));

Powered by Google App Engine
This is Rietveld 408576698