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

Unified Diff: components/mus/ws/window_tree.h

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows more. 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/ws/window_tree.h
diff --git a/components/mus/ws/window_tree.h b/components/mus/ws/window_tree.h
index ab8e62430d50ff6c05aee7172d83ae7ed5f9990c..c0fb35449f0276212c1b50caba1b946e2ac807f2 100644
--- a/components/mus/ws/window_tree.h
+++ b/components/mus/ws/window_tree.h
@@ -238,6 +238,9 @@ class WindowTree : public mojom::WindowTree,
Display* GetDisplayForWindowManager();
WindowManagerState* GetWindowManagerStateForWindowManager();
+ // Gets the current |user_id_|'s window manager state.
+ WindowManagerState* GetWindowManagerStateForUser();
+
bool ShouldRouteToWindowManager(const ServerWindow* window) const;
ClientWindowId ClientWindowIdForWindow(const ServerWindow* window) const;
@@ -374,6 +377,8 @@ class WindowTree : public mojom::WindowTree,
void GetWindowManagerClient(
mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal)
override;
+ void GetCursorLocationMemory(const GetCursorLocationMemoryCallback& callback)
+ override;
// mojom::WindowManagerClient:
void AddAccelerator(uint32_t id,

Powered by Google App Engine
This is Rietveld 408576698