| Index: ash/mus/screen_mus.cc
|
| diff --git a/ash/mus/screen_mus.cc b/ash/mus/screen_mus.cc
|
| index e58cff9dd26d15818891a9bbf459d8ce99a135d9..f5e696b7ab46d42e58737058a408cf3f5690049e 100644
|
| --- a/ash/mus/screen_mus.cc
|
| +++ b/ash/mus/screen_mus.cc
|
| @@ -66,7 +66,7 @@ gfx::NativeWindow ScreenMus::GetWindowAtScreenPoint(const gfx::Point& point) {
|
| if (position_client)
|
| position_client->ConvertPointFromScreen(root_window, &local_point);
|
|
|
| - return root_window->GetTopWindowContainingPoint(local_point);
|
| + return root_window->GetEventHandlerForPoint(local_point);
|
| }
|
|
|
| } // namespace ash
|
|
|