| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index 36cc25f47f1f1a3968451a40cbbf1e0b4c1259c9..f8dfe5f2ec2a482ad6a881a48e47e7528db70f7c 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -176,10 +176,11 @@ void TestWindowManager::WmPerformMoveLoop(uint32_t change_id,
|
|
|
| void TestWindowManager::WmCancelMoveLoop(uint32_t window_id) {}
|
|
|
| -void TestWindowManager::OnAccelerator(uint32_t id,
|
| +void TestWindowManager::OnAccelerator(uint32_t ack_id,
|
| + uint32_t accelerator_id,
|
| std::unique_ptr<ui::Event> event) {
|
| on_accelerator_called_ = true;
|
| - on_accelerator_id_ = id;
|
| + on_accelerator_id_ = accelerator_id;
|
| }
|
|
|
| // TestWindowTreeClient -------------------------------------------------------
|
|
|