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

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

Issue 2626453002: Standardize Screen::GetCursorScreenPoint() on Env::last_mouse_location (Closed)
Patch Set: explicit Created 3 years, 11 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
« no previous file with comments | « ui/views/mus/mus_client.h ('k') | ui/views/mus/screen_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/mus_client.cc
diff --git a/ui/views/mus/mus_client.cc b/ui/views/mus/mus_client.cc
index 62cd075cfdaf2401ec6647bde8a044a6d879c4da..1ac3a789bc6bd5e1840f07b632a17958003253d3 100644
--- a/ui/views/mus/mus_client.cc
+++ b/ui/views/mus/mus_client.cc
@@ -262,10 +262,6 @@ aura::PropertyConverter* MusClient::GetPropertyConverter() {
return property_converter_.get();
}
-gfx::Point MusClient::GetCursorScreenPoint() {
- return window_tree_client_->GetCursorScreenPoint();
Elliot Glaysher 2017/01/09 18:16:42 Remove the window tree client code too? (Or are y
sky 2017/01/09 18:20:23 We still need both. As clients don't see all event
-}
-
aura::Window* MusClient::GetWindowAtScreenPoint(const gfx::Point& point) {
for (aura::Window* root : window_tree_client_->GetRoots()) {
aura::WindowTreeHost* window_tree_host = root->GetHost();
« no previous file with comments | « ui/views/mus/mus_client.h ('k') | ui/views/mus/screen_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698