| Index: services/ui/ws/window_server_test_impl.cc
|
| diff --git a/services/ui/ws/window_server_test_impl.cc b/services/ui/ws/window_server_test_impl.cc
|
| index 7e0f382187dda6b093a53f8148bb158e0d294f76..fed89bca824cac177242d9298355446b8e89237c 100644
|
| --- a/services/ui/ws/window_server_test_impl.cc
|
| +++ b/services/ui/ws/window_server_test_impl.cc
|
| @@ -68,7 +68,9 @@ void WindowServerTestImpl::DispatchEvent(int64_t display_id,
|
| return;
|
| }
|
|
|
| - static_cast<PlatformDisplayDelegate*>(display)->OnEvent(*event.get());
|
| + static_cast<PlatformDisplayDelegate*>(display)
|
| + ->GetEventSink()
|
| + ->OnEventFromSource(event.get());
|
| cb.Run(true);
|
| }
|
|
|
|
|