| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index 17c15011997546cd246bbe77feb1388b817899ef..2c6fe9a3a7b7db392ac2c01e4e306f2bad7bfa63 100644
|
| --- a/services/ui/ws/window_server.h
|
| +++ b/services/ui/ws/window_server.h
|
| @@ -195,7 +195,8 @@ class WindowServer : public ServerWindowDelegate,
|
| void SendToPointerWatchers(const ui::Event& event,
|
| const UserId& user_id,
|
| ServerWindow* target_window,
|
| - WindowTree* ignore_tree);
|
| + WindowTree* ignore_tree,
|
| + int64_t display_id);
|
|
|
| // Sets a callback to be called whenever a ServerWindow is scheduled for
|
| // a [re]paint. This should only be called in a test configuration.
|
|
|