| 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 5d45dcfd17220a8b68a79d3f9eed282949b2b9e4..2aeabbd58dfac90cb1511923881f1f53c5078b2d 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -121,6 +121,8 @@ void TestWindowTree::ReleaseCapture(uint32_t change_id, uint32_t window_id) {
|
| change_id_ = change_id;
|
| }
|
|
|
| +void TestWindowTree::SetEventObserver(mojom::EventMatcherPtr matcher) {}
|
| +
|
| void TestWindowTree::Embed(uint32_t window_id,
|
| mojom::WindowTreeClientPtr client,
|
| const EmbedCallback& callback) {}
|
|
|