| 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 b316c0bb35bc848c6dc2eb477039dd38e74df5ff..e4855ba7dcabf16b3736454f522c26aea38c9fc0 100644
|
| --- a/components/mus/public/interfaces/window_tree.mojom
|
| +++ b/components/mus/public/interfaces/window_tree.mojom
|
| @@ -260,6 +260,11 @@ interface WindowTree {
|
|
|
| // See description of WindowManager for details.
|
| GetWindowManagerClient(associated WindowManagerClient& internal);
|
| +
|
| + // Returns a shared memory segment that contains two 16-bit ints packed into a
|
| + // single Atomic32, which represent the current location of the mouse cursor
|
| + // where the location is (x << 16) | y.
|
| + GetCursorLocationMemory() => (handle<shared_buffer> cursor_buffer);
|
| };
|
|
|
| // Changes to windows are not sent to the connection that originated the
|
|
|