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