| Index: components/mus/ws/window_tree.cc
|
| diff --git a/components/mus/ws/window_tree.cc b/components/mus/ws/window_tree.cc
|
| index 7e1c40539d02fdc9211ad61e8dfe5e318a92a505..eaa64b199a967c05a27984ff0ee296fda3081302 100644
|
| --- a/components/mus/ws/window_tree.cc
|
| +++ b/components/mus/ws/window_tree.cc
|
| @@ -1133,7 +1133,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.";
|
|
|