| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index 32fc0d66a2271e61eed14545a9087e5fc84f1f6e..26bcfbd5436ce3c462811b433cecb10b64d97d14 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.
|
|
|