| Index: services/ui/ws/cursor_unittest.cc
|
| diff --git a/services/ui/ws/cursor_unittest.cc b/services/ui/ws/cursor_unittest.cc
|
| index 19257e5341ee3b5d4500aadb507b2c132ec561ff..cc44915b8064af314738c00ae9a2a7114a90d296 100644
|
| --- a/services/ui/ws/cursor_unittest.cc
|
| +++ b/services/ui/ws/cursor_unittest.cc
|
| @@ -49,7 +49,7 @@ class CursorTest : public testing::Test {
|
| protected:
|
| // testing::Test:
|
| void SetUp() override {
|
| - window_server_delegate()->set_num_displays_to_create(1);
|
| + window_server_delegate()->CreateDisplays(1);
|
|
|
| // As a side effect, this allocates Displays.
|
| WindowManagerWindowTreeFactorySetTestApi(
|
|
|