| Index: components/mus/ws/window_tree_client_unittest.cc
|
| diff --git a/components/mus/ws/window_tree_client_unittest.cc b/components/mus/ws/window_tree_client_unittest.cc
|
| index 0ae95d650994698f605214e2371129b51fab8910..b1f338a6e6f9ff1c73c5f9b0c499072cbd7ed9ba 100644
|
| --- a/components/mus/ws/window_tree_client_unittest.cc
|
| +++ b/components/mus/ws/window_tree_client_unittest.cc
|
| @@ -357,7 +357,8 @@ class TestWindowTreeClientImpl : public mojom::WindowTreeClient,
|
| }
|
| void OnWindowInputEvent(uint32_t event_id,
|
| Id window_id,
|
| - EventPtr event) override {
|
| + EventPtr event,
|
| + bool matched_observer) override {
|
| // Ack input events to clear the state on the server. These can be received
|
| // during test startup. X11Window::DispatchEvent sends a synthetic move
|
| // event to notify of entry.
|
| @@ -365,6 +366,7 @@ class TestWindowTreeClientImpl : public mojom::WindowTreeClient,
|
| // Don't log input events as none of the tests care about them and they
|
| // may come in at random points.
|
| }
|
| + void OnEventObserved(EventPtr event) override {}
|
| void OnWindowSharedPropertyChanged(uint32_t window,
|
| const String& name,
|
| Array<uint8_t> new_data) override {
|
|
|