Index: services/ui/ws/test_utils.cc |
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc |
index 10c82bcda2ce7792beaa299b953a4acda2022e5a..5ddac50f5bc3a4b579394323acc58ba7fccc9da6 100644 |
--- a/services/ui/ws/test_utils.cc |
+++ b/services/ui/ws/test_utils.cc |
@@ -166,10 +166,11 @@ void TestWindowManager::WmCreateTopLevelWindow( |
void TestWindowManager::WmClientJankinessChanged(ClientSpecificId client_id, |
bool janky) {} |
-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 ------------------------------------------------------- |