| Index: ui/aura/test/test_screen.cc
|
| diff --git a/ui/aura/test/test_screen.cc b/ui/aura/test/test_screen.cc
|
| index 890acf15b7b0aa6dbd394fdc5ad62be5054e3e4e..72daa99a2cb1441c994d8bdfe86783c250d96f2d 100644
|
| --- a/ui/aura/test/test_screen.cc
|
| +++ b/ui/aura/test/test_screen.cc
|
| @@ -153,7 +153,7 @@ bool TestScreen::IsWindowUnderCursor(gfx::NativeWindow window) {
|
| gfx::NativeWindow TestScreen::GetWindowAtScreenPoint(const gfx::Point& point) {
|
| if (!host_ || !host_->window())
|
| return nullptr;
|
| - return host_->window()->GetTopWindowContainingPoint(point);
|
| + return host_->window()->GetEventHandlerForPoint(point);
|
| }
|
|
|
| display::Display TestScreen::GetDisplayNearestWindow(
|
|
|