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

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

Issue 2918553003: Implement a MoveCursorToScreenLocation for just the window manager. (Closed)
Patch Set: Thread to the PlatformWindow. 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/platform_display.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index bdfb5b432da38af388d8af148be4ad79b4d7f229..a33f6383cc5b9bb11796485f334ac9c730d74de6 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -48,6 +48,8 @@ class PlatformDisplay : public ui::EventSource {
virtual void SetCursor(const ui::CursorData& cursor) = 0;
+ virtual void MoveCursorTo(const gfx::Point& window_pixel_location) = 0;
+
virtual void UpdateTextInputState(const ui::TextInputState& state) = 0;
virtual void SetImeVisibility(bool visible) = 0;

Powered by Google App Engine
This is Rietveld 408576698