| Index: components/mus/public/cpp/tests/test_window_tree.cc
|
| diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
|
| index 075057586da6b529745f57f24dd0a64d4b26307a..5d45dcfd17220a8b68a79d3f9eed282949b2b9e4 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -143,7 +143,8 @@ void TestWindowTree::SetImeVisibility(uint32_t window_id,
|
| bool visible,
|
| mojo::TextInputStatePtr state) {}
|
|
|
| -void TestWindowTree::OnWindowInputEventAck(uint32_t event_id, bool handled) {
|
| +void TestWindowTree::OnWindowInputEventAck(uint32_t event_id,
|
| + mus::mojom::EventResult result) {
|
| EXPECT_FALSE(acked_events_.count(event_id));
|
| acked_events_.insert(event_id);
|
| }
|
|
|