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

Unified Diff: ash/display/screen_ash.cc

Issue 2715513006: Fix showing the sibling menu on mouse move (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/screen_ash.cc
diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
index c6a2847c2cdbacd4d500bedb751f39930272beec..e20fec801c44ff649683c0ec3b91c1cff4f59765 100644
--- a/ash/display/screen_ash.cc
+++ b/ash/display/screen_ash.cc
@@ -104,7 +104,7 @@ gfx::NativeWindow ScreenAsh::GetWindowAtScreenPoint(const gfx::Point& point) {
if (position_client)
position_client->ConvertPointFromScreen(root_window, &local_point);
- return root_window->GetTopWindowContainingPoint(local_point);
afakhry 2017/03/21 17:35:47 +Sadrul. Oshima and talked about deprecating this
sadrul 2017/03/22 20:04:31 Can you clarify how this change fixes the bug you
afakhry 2017/03/22 20:29:33 Thanks. GetTopWindowContaingPoint() on ARC++ devi
+ return root_window->GetEventHandlerForPoint(local_point);
}
int ScreenAsh::GetNumDisplays() const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698