| 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 534cb5400681b1de3bee513c0fc82867b1d92515..7e99cad1fce4a71cbb82cf88a9c4d8dd62282a0b 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -78,6 +78,10 @@ void TestWindowTree::ReorderWindow(uint32_t window_id,
|
| void TestWindowTree::GetWindowTree(uint32_t window_id,
|
| const GetWindowTreeCallback& callback) {}
|
|
|
| +void TestWindowTree::SetCapture(uint32_t change_id, uint32_t window_id) {}
|
| +
|
| +void TestWindowTree::ReleaseCapture(uint32_t change_id, uint32_t window_id) {}
|
| +
|
| void TestWindowTree::Embed(uint32_t window_id,
|
| mojom::WindowTreeClientPtr client,
|
| uint32_t policy_bitmask,
|
|
|