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

Unified Diff: services/ui/ws/test_utils.h

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.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index bf2bc0e4f9194b4078e19ed5fc7f578faae1420a..8796e327e6c784a96e1fcf2335c323f0fb0bf673 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -66,7 +66,8 @@ class TestPlatformScreen : public display::PlatformScreen {
// display::PlatformScreen:
void AddInterfaces(service_manager::InterfaceRegistry* registry) override {}
- void Init(display::PlatformScreenDelegate* delegate) override;
+ void Init(display::PlatformScreenDelegate* delegate,
+ WindowMode window_mode) override;
void RequestCloseDisplay(int64_t display_id) override {}
int64_t GetPrimaryDisplayId() const override;
@@ -544,7 +545,7 @@ class TestWindowServerDelegate : public WindowServerDelegate {
bool got_on_no_more_displays() const { return got_on_no_more_displays_; }
// WindowServerDelegate:
- void StartDisplayInit() override;
+ void StartDisplayInit(bool window_manager_connected) override;
void OnNoMoreDisplays() override;
std::unique_ptr<WindowTreeBinding> CreateWindowTreeBinding(
BindingType type,

Powered by Google App Engine
This is Rietveld 408576698