| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index e8d648fd119e218456d348ae56b79ad71d22fb7d..f870d0a7956a581a5860e5deb24d3664b996c713 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -192,10 +192,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 -------------------------------------------------------
|
|
|