| 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..7e580aed937bc70afe5702b83eb51b87ee1f8999 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());
|
| + ignore_result(static_cast<PlatformDisplayDelegate*>(display)
|
| + ->GetEventSink()
|
| + ->OnEventFromSource(event.get()));
|
| cb.Run(true);
|
| }
|
|
|
|
|