| 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 fe110197e7d10f34b2572e8041af70c966299812..ff213542b8f9ace5b5c30f0bf6dc7ee1bcf9f75a 100644
|
| --- a/components/mus/public/interfaces/window_tree.mojom
|
| +++ b/components/mus/public/interfaces/window_tree.mojom
|
| @@ -245,6 +245,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
|
|
|