| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index ecf714ed684335ef2ffed3e1be9d4733a97f1728..d72ba01dc60c27a5b9ee7f5666dce31de83969bc 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -417,6 +417,8 @@ Display* TestWindowServerDelegate::AddDisplay() {
|
| return display;
|
| }
|
|
|
| +void TestWindowServerDelegate::StartDisplayInit() {}
|
| +
|
| void TestWindowServerDelegate::OnNoMoreDisplays() {
|
| got_on_no_more_displays_ = true;
|
| }
|
|
|