| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 6701e948fc220a6e1a251b94b22ebac38522d5c4..0b323b9189b6971858c27ec5331579fb7c193063 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -358,6 +358,7 @@ class TestWindowManager : public mojom::WindowManager {
|
| const gfx::Point& cursor_location) override;
|
| void WmCancelMoveLoop(uint32_t window_id) override;
|
| void WmDeactivateWindow(uint32_t window_id) override;
|
| + void WmStackAtTop(uint32_t change_id, uint32_t window_id) override;
|
| void OnAccelerator(uint32_t ack_id,
|
| uint32_t accelerator_id,
|
| std::unique_ptr<ui::Event> event) override;
|
|
|