| 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 0ecd6f249be938a965cb633ebedc49b788aadde1..8b610083f7e04733de1685d7446be32c0d8d14eb 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,
|
|
|