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 { |