| Index: services/ui/ws/window_tree_client_unittest.cc
|
| diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
|
| index 6f6382f75cafbf8569642d5684b0578492c14114..415d7661b582fb5a0ebf91672a13df5fe79bb416 100644
|
| --- a/services/ui/ws/window_tree_client_unittest.cc
|
| +++ b/services/ui/ws/window_tree_client_unittest.cc
|
| @@ -357,8 +357,8 @@ class TestWindowTreeClient : 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(std::unique_ptr<ui::Event>,
|
| - uint32_t event_observer_id) override {}
|
| + void OnPointerWatcherEvent(std::unique_ptr<ui::Event>,
|
| + uint32_t event_observer_id) override {}
|
| void OnWindowSharedPropertyChanged(uint32_t window,
|
| const String& name,
|
| Array<uint8_t> new_data) override {
|
|
|