| Index: services/ui/public/cpp/tests/test_window_tree.cc
|
| diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
|
| index 2b0204b4602ac8dd7516740da1a3a06da0915890..ee1a0d85823cb1ddc4881ec0c73f8f6bac4bedb1 100644
|
| --- a/services/ui/public/cpp/tests/test_window_tree.cc
|
| +++ b/services/ui/public/cpp/tests/test_window_tree.cc
|
| @@ -124,9 +124,11 @@ void TestWindowTree::ReleaseCapture(uint32_t change_id, uint32_t window_id) {
|
| change_id_ = change_id;
|
| }
|
|
|
| -void TestWindowTree::SetEventObserver(mojom::EventMatcherPtr matcher,
|
| +void TestWindowTree::AddEventObserver(mojom::EventMatcherPtr matcher,
|
| uint32_t observer_id) {}
|
|
|
| +void TestWindowTree::RemoveEventObserver(uint32_t observer_id) {}
|
| +
|
| void TestWindowTree::Embed(uint32_t window_id,
|
| mojom::WindowTreeClientPtr client,
|
| uint32_t flags,
|
|
|