Index: chrome/browser/ui/views/fullscreen_exit_bubble_views.cc |
=================================================================== |
--- chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (revision 151267) |
+++ chrome/browser/ui/views/fullscreen_exit_bubble_views.cc (working copy) |
@@ -358,7 +358,7 @@ |
gfx::Point FullscreenExitBubbleViews::GetCursorScreenPoint() { |
gfx::Point cursor_pos = gfx::Screen::GetCursorScreenPoint(); |
- views::View::ConvertPointToView(NULL, root_view_, &cursor_pos); |
+ views::View::ConvertPointToTarget(NULL, root_view_, &cursor_pos); |
return cursor_pos; |
} |