| Index: components/mus/public/cpp/tests/test_window_tree.h
|
| diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
|
| index 05705da9cfdef98f764c6fc1abb39239094f8d68..2910dc6529c431bbd9adf6bd380d19291fca6361 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.h
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.h
|
| @@ -90,7 +90,8 @@ class TestWindowTree : public mojom::WindowTree {
|
| void SetImeVisibility(uint32_t window_id,
|
| bool visible,
|
| mojo::TextInputStatePtr state) override;
|
| - void OnWindowInputEventAck(uint32_t event_id, bool handled) override;
|
| + void OnWindowInputEventAck(uint32_t event_id,
|
| + mus::mojom::EventResult result) override;
|
| void GetWindowManagerClient(
|
| mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal)
|
| override;
|
|
|