Chromium Code Reviews| Index: ui/views/controls/button/custom_button.cc |
| =================================================================== |
| --- ui/views/controls/button/custom_button.cc (revision 151267) |
| +++ ui/views/controls/button/custom_button.cc (working copy) |
| @@ -73,7 +73,7 @@ |
| return false; |
| gfx::Point cursor_pos(gfx::Screen::GetCursorScreenPoint()); |
| - ConvertPointToView(NULL, this, &cursor_pos); |
| + ConvertPointToTarget(NULL, this, &cursor_pos); |
| return HitTestPoint(cursor_pos); |
| } |