| Index: services/ui/ws/window_tree_client_unittest.cc
|
| diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
|
| index edb216a1d20959de6ad5d7c522a7ca3134c5f490..45254d87721434cbe63e7adba2a209063a242415 100644
|
| --- a/services/ui/ws/window_tree_client_unittest.cc
|
| +++ b/services/ui/ws/window_tree_client_unittest.cc
|
| @@ -462,6 +462,7 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
|
| const base::Optional<std::vector<uint8_t>>& value) override {
|
| window_manager_client_->WmResponse(change_id, false);
|
| }
|
| + void WmSetModalType(uint32_t window_id, ui::ModalType type) override {}
|
| void WmSetCanFocus(uint32_t window_id, bool can_focus) override {}
|
| void WmCreateTopLevelWindow(
|
| uint32_t change_id,
|
|
|