| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index b5a9886d49b5afeea96ffad4d576f2c728e8f16c..6706cec8afce61c8f381d3e76af5cd58e7dadc0a 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,
|
|
|