| Index: components/mus/public/interfaces/window_tree.mojom
|
| diff --git a/components/mus/public/interfaces/window_tree.mojom b/components/mus/public/interfaces/window_tree.mojom
|
| index eb2ef580ef31b7b8fb99e0eab0494d16f6976ed4..6d3358aa243b511612794737686f6396344fcd49 100644
|
| --- a/components/mus/public/interfaces/window_tree.mojom
|
| +++ b/components/mus/public/interfaces/window_tree.mojom
|
| @@ -251,6 +251,10 @@ interface WindowTree {
|
|
|
| // See description of WindowManager for details.
|
| GetWindowManagerClient(associated WindowManagerClient& internal);
|
| +
|
| + // The mouse cursor on this display moved.
|
| + [Sync]
|
| + GetCursorScreenPoint() => (mojo.Point location);
|
| };
|
|
|
| // Changes to windows are not sent to the connection that originated the
|
|
|