| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 87bb3615633f82d0e063c8f1bcd8083b46feffae..c664d6e491a96f515a2833f23b2bedd96e5ac31d 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_; }
|
|
|
|
|