| Index: components/mus/ws/test_utils.h
|
| diff --git a/components/mus/ws/test_utils.h b/components/mus/ws/test_utils.h
|
| index d69430763111a84ee766fc3166ef96a781ba59ce..a3184962efec4c95354d53c38b614d287db1a1d9 100644
|
| --- a/components/mus/ws/test_utils.h
|
| +++ b/components/mus/ws/test_utils.h
|
| @@ -78,6 +78,9 @@ class WindowTreeTestApi {
|
|
|
| void ClearAck() { tree_->event_ack_id_ = 0; }
|
| void EnableCapture() { tree_->event_ack_id_ = 1u; }
|
| + void AckLastEvent(mojom::EventResult result) {
|
| + tree_->OnWindowInputEventAck(tree_->event_ack_id_, result);
|
| + }
|
|
|
| void SetEventObserver(mojom::EventMatcherPtr matcher,
|
| uint32_t event_observer_id);
|
|
|