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

Unified Diff: services/ui/ws/window_server.h

Issue 2884463002: Make event-targeting asynchronous in window server. (Closed)
Patch Set: Created 3 years, 7 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: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index f79cf963966e600304070af38dffa3e166c6339e..4a5c3a59058db75f90be82cd291209b490f44c8f 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -37,6 +37,7 @@ class DisplayManager;
class GpuHost;
class ServerWindow;
class UserActivityMonitor;
+class WindowManagerDisplayRoot;
class WindowManagerState;
class WindowServerDelegate;
class WindowTree;
@@ -283,6 +284,8 @@ class WindowServer : public ServerWindowDelegate,
// |window|.
void UpdateNativeCursorIfOver(ServerWindow* window);
+ void OnCursorUpdated(WindowManagerDisplayRoot* display_root);
+
bool IsUserInHighContrastMode(const UserId& user) const;
// Finds the parent client that will embed |surface_id| and claims ownership

Powered by Google App Engine
This is Rietveld 408576698