diff options
Diffstat (limited to 'components/mus/ws/window_tree_apptest.cc')
-rw-r--r-- | components/mus/ws/window_tree_apptest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mus/ws/window_tree_apptest.cc b/components/mus/ws/window_tree_apptest.cc index 8970435..b143ab0 100644 --- a/components/mus/ws/window_tree_apptest.cc +++ b/components/mus/ws/window_tree_apptest.cc @@ -355,7 +355,7 @@ class TestWindowTreeClientImpl : public mojom::WindowTreeClient, // Ack input events to clear the state on the server. These can be received // during test startup. X11Window::DispatchEvent sends a synthetic move // event to notify of entry. - tree()->OnWindowInputEventAck(event_id); + tree()->OnWindowInputEventAck(event_id, true); // Don't log input events as none of the tests care about them and they // may come in at random points. } |