| 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,
|
|
|