| Index: components/mus/ws/window_tree_impl.cc
|
| diff --git a/components/mus/ws/window_tree_impl.cc b/components/mus/ws/window_tree_impl.cc
|
| index f144d3ad60930d06e3a3a554adb700ffdf16a8fb..4f76d0e870072042443e65f6b2a5342c86ce2017 100644
|
| --- a/components/mus/ws/window_tree_impl.cc
|
| +++ b/components/mus/ws/window_tree_impl.cc
|
| @@ -1138,7 +1138,7 @@ void WindowTreeImpl::SetImeVisibility(Id transport_window_id,
|
| }
|
| }
|
|
|
| -void WindowTreeImpl::OnWindowInputEventAck(uint32_t event_id) {
|
| +void WindowTreeImpl::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.";
|
|
|