| 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 af526cdc7afb7a0e9a547ec744e497dafd4f1d2d..114cfb7db035b8b3c49a1aab4a816ac492cb024b 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -99,6 +99,10 @@ void TestWindowTree::ReorderWindow(uint32_t change_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,
|
|
|