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

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: test mocks too 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 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

Powered by Google App Engine
This is Rietveld 408576698