| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 22ddee3cbb99ade45c5e89015dca7d90d946d5fb..4e5ef54dd4fa65d8a6d4d0e54f0c20714198ca13 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -138,7 +138,7 @@ class DisplayTestApi {
|
| explicit DisplayTestApi(Display* display);
|
| ~DisplayTestApi();
|
|
|
| - void OnEvent(const ui::Event& event) { display_->OnEvent(event); }
|
| + void OnEvent(ui::Event* event) { display_->OnEventFromSource(event); }
|
|
|
| mojom::Cursor last_cursor() const { return display_->last_cursor_; }
|
|
|
|
|