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