| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index da87cc8d749f5b318c8998ca915dd5f2c225be10..5cadb9dea4addbd3a3465ecb305169742240b8a6 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -207,9 +207,11 @@ class WindowManagerStateTestApi {
|
|
|
| void DispatchInputEventToWindow(ServerWindow* target,
|
| ClientSpecificId client_id,
|
| + const int64_t display_id,
|
| const ui::Event& event,
|
| Accelerator* accelerator) {
|
| - wms_->DispatchInputEventToWindow(target, client_id, event, accelerator);
|
| + wms_->DispatchInputEventToWindow(target, client_id, display_id, event,
|
| + accelerator);
|
| }
|
|
|
| ClientSpecificId GetEventTargetClientId(ServerWindow* window,
|
|
|