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

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: Don't crash on empty roots. 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 d08b5268f05fbea445a3b0add78fd6b8e10d5aa3..f25f021086eaa02cbb0ab1e32975d7ef844a4d2c 100644
--- a/ui/views/mus/window_manager_connection.cc
+++ b/ui/views/mus/window_manager_connection.cc
@@ -106,4 +106,8 @@ void WindowManagerConnection::OnWindowManagerFrameValuesChanged() {
NativeWidgetMus::NotifyFrameChanged(window_tree_connection_.get());
}
+gfx::Point WindowManagerConnection::GetCursorScreenPoint() {
+ return window_tree_connection_->GetCursorScreenPoint();
+}
+
} // namespace views
« components/mus/ws/window_tree.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