diff options
Diffstat (limited to 'components/mus/ws/window_tree.cc')
-rw-r--r-- | components/mus/ws/window_tree.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mus/ws/window_tree.cc b/components/mus/ws/window_tree.cc index 7782e8b..0356a8e 100644 --- a/components/mus/ws/window_tree.cc +++ b/components/mus/ws/window_tree.cc @@ -1145,7 +1145,7 @@ void WindowTree::SetImeVisibility(Id transport_window_id, } } -void WindowTree::OnWindowInputEventAck(uint32_t event_id) { +void WindowTree::OnWindowInputEventAck(uint32_t event_id, bool handled) { if (event_ack_id_ == 0 || event_id != event_ack_id_) { // TODO(sad): Something bad happened. Kill the client? NOTIMPLEMENTED() << "Wrong event acked."; |