| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 43ce2a55dfd1ac42de44cb11cb083c0a098925e3..842c879dce2e13b0d6b05b42a4b09bcc2ebbb3af 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -341,6 +341,7 @@ class TestWindowManager : public mojom::WindowManager {
|
| uint32_t window_id,
|
| const std::string& name,
|
| const base::Optional<std::vector<uint8_t>>& value) override {}
|
| + void WmSetCanFocus(uint32_t window_id, bool can_focus) override {}
|
| void WmCreateTopLevelWindow(
|
| uint32_t change_id,
|
| ClientSpecificId requesting_client_id,
|
|
|