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

Unified Diff: ui/views/mus/window_manager_connection.cc

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add another comment 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: ui/views/mus/window_manager_connection.cc
diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc
index cfa0a2b2322f11e0a66845b681384155f7232661..321af0d3c1ff0555fb837f7e31615fef60b51113 100644
--- a/ui/views/mus/window_manager_connection.cc
+++ b/ui/views/mus/window_manager_connection.cc
@@ -116,4 +116,8 @@ void WindowManagerConnection::OnWindowManagerFrameValuesChanged() {
NativeWidgetMus::NotifyFrameChanged(window_tree_connection_.get());
}
+gfx::Point WindowManagerConnection::GetCursorScreenPoint() {
+ return window_tree_connection_->GetCursorScreenPoint();
+}
+
} // namespace views
« components/mus/ws/user_display_manager.cc ('K') | « ui/views/mus/window_manager_connection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698