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

Unified Diff: services/ui/ws/test_utils.cc

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/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index 73d969b3664242e87c30da82b9b80c7c61a5781c..3f903fb10d79a9278ba6cb2787c733ec4bc76424 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -46,6 +46,7 @@ class TestPlatformDisplay : public PlatformDisplay {
void SetCursor(const ui::CursorData& cursor) override {
*cursor_storage_ = cursor;
}
+ void MoveCursorTo(const gfx::Point& window_pixel_location) override {}
void UpdateTextInputState(const ui::TextInputState& state) override {}
void SetImeVisibility(bool visible) override {}
void UpdateViewportMetrics(const display::ViewportMetrics& metrics) override {

Powered by Google App Engine
This is Rietveld 408576698