Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: components/mus/public/interfaces/window_tree.mojom

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't crash on empty roots. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698