| Index: services/ui/public/cpp/tests/test_window_tree.cc
|
| diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
|
| index 4da3c7e5df62c91be888c7f9ad60a7fdea9e4cd0..f100f364193a874d9a787f7e8f0b0a9da9cba7ee 100644
|
| --- a/services/ui/public/cpp/tests/test_window_tree.cc
|
| +++ b/services/ui/public/cpp/tests/test_window_tree.cc
|
| @@ -164,6 +164,8 @@ void TestWindowTree::OnWindowInputEventAck(uint32_t event_id,
|
| acked_events_.insert(event_id);
|
| }
|
|
|
| +void TestWindowTree::DeactivateWindow(uint32_t current_window_id) {}
|
| +
|
| void TestWindowTree::GetWindowManagerClient(
|
| mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal) {}
|
|
|
|
|