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

Unified Diff: services/ui/ws/test_utils.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/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index 4e797f3c28cc6df6bf5fbe5db81f23fb17688fea..e65761ea5c2cff6b9643e1cafb2e372aa147661d 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -126,7 +126,8 @@ void TestPlatformScreen::RemoveDisplay(int64_t id) {
display_ids_.erase(id);
}
-void TestPlatformScreen::Init(display::PlatformScreenDelegate* delegate) {
+void TestPlatformScreen::Init(display::PlatformScreenDelegate* delegate,
+ WindowMode window_mode) {
// Reset
delegate_ = delegate;
display_ids_.clear();
@@ -448,7 +449,8 @@ mojom::WindowTreeClient* TestWindowTreeBinding::CreateClientForShutdown() {
TestWindowServerDelegate::TestWindowServerDelegate() {}
TestWindowServerDelegate::~TestWindowServerDelegate() {}
-void TestWindowServerDelegate::StartDisplayInit() {}
+void TestWindowServerDelegate::StartDisplayInit(bool window_manager_connected) {
+}
void TestWindowServerDelegate::OnNoMoreDisplays() {
got_on_no_more_displays_ = true;

Powered by Google App Engine
This is Rietveld 408576698