| 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 398a6613479d37e8e70069f8ba99dbbcabe68622..ba9ebed12af3584d66cd1498e48c5d8975031ba1 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -91,6 +91,8 @@ void TestWindowTree::RemoveTransientWindowFromParent(
|
| uint32_t change_id,
|
| uint32_t transient_window_id) {}
|
|
|
| +void TestWindowTree::SetModal(uint32_t change_id, uint32_t window_id) {}
|
| +
|
| void TestWindowTree::ReorderWindow(uint32_t change_id,
|
| uint32_t window_id,
|
| uint32_t relative_window_id,
|
|
|