| Index: ui/aura/test/mus/test_window_tree.cc
|
| diff --git a/ui/aura/test/mus/test_window_tree.cc b/ui/aura/test/mus/test_window_tree.cc
|
| index 12f94b54e99026e7589f79fcc90d90448bbeba98..6245a046dd40425a509264c11170275da0812277 100644
|
| --- a/ui/aura/test/mus/test_window_tree.cc
|
| +++ b/ui/aura/test/mus/test_window_tree.cc
|
| @@ -268,6 +268,9 @@ void TestWindowTree::OnWindowInputEventAck(uint32_t event_id,
|
|
|
| void TestWindowTree::DeactivateWindow(uint32_t window_id) {}
|
|
|
| +void TestWindowTree::StackAbove(uint32_t change_id, uint32_t above_id,
|
| + uint32_t below_id) {}
|
| +
|
| void TestWindowTree::StackAtTop(uint32_t change_id, uint32_t window_id) {}
|
|
|
| void TestWindowTree::GetWindowManagerClient(
|
|
|