| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index e9a938e53f6570b0151432b8dfa585f3b61baa9f..831ff7e401c36c5dcf3db0f6adba58b4dc391d0e 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -137,7 +137,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_; }
|
|
|
|
|