Chromium Code Reviews| 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..41ba6073ffef146554c54c27a487bcff49f4f0a4 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); |
| + |
| + // Returns a shared memory segment that contains two 32-bit ints packed into a |
|
sky
2016/04/20 23:46:36
nit: document order of coordinates.
|
| + // single Atomic64, which represent the current location of the mouse cursor. |
| + GetCursorLocationMemory() => (handle<shared_buffer> cursor_buffer); |
| }; |
| // Changes to windows are not sent to the connection that originated the |