| Index: components/mus/ws/test_utils.cc
|
| diff --git a/components/mus/ws/test_utils.cc b/components/mus/ws/test_utils.cc
|
| index d1563da167dcf0f6935e49f6db02d018550994da..d966e8474374568b8bf33f0f1de92447b44e6aba 100644
|
| --- a/components/mus/ws/test_utils.cc
|
| +++ b/components/mus/ws/test_utils.cc
|
| @@ -256,7 +256,7 @@ void TestWindowTreeClient::OnWindowSharedPropertyChanged(
|
| void TestWindowTreeClient::OnWindowInputEvent(uint32_t event_id,
|
| uint32_t window,
|
| mojom::EventPtr event) {
|
| - tracker_.OnWindowInputEvent(window, std::move(event));
|
| + tracker_.OnWindowInputEvent(event_id, window, std::move(event));
|
| }
|
|
|
| void TestWindowTreeClient::OnWindowFocused(uint32_t focused_window_id) {
|
|
|