| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index f79cf963966e600304070af38dffa3e166c6339e..4a5c3a59058db75f90be82cd291209b490f44c8f 100644
|
| --- a/services/ui/ws/window_server.h
|
| +++ b/services/ui/ws/window_server.h
|
| @@ -37,6 +37,7 @@ class DisplayManager;
|
| class GpuHost;
|
| class ServerWindow;
|
| class UserActivityMonitor;
|
| +class WindowManagerDisplayRoot;
|
| class WindowManagerState;
|
| class WindowServerDelegate;
|
| class WindowTree;
|
| @@ -283,6 +284,8 @@ class WindowServer : public ServerWindowDelegate,
|
| // |window|.
|
| void UpdateNativeCursorIfOver(ServerWindow* window);
|
|
|
| + void OnCursorUpdated(WindowManagerDisplayRoot* display_root);
|
| +
|
| bool IsUserInHighContrastMode(const UserId& user) const;
|
|
|
| // Finds the parent client that will embed |surface_id| and claims ownership
|
|
|