Chromium Code Reviews| Index: ui/views/controls/button/radio_button.cc |
| =================================================================== |
| --- ui/views/controls/button/radio_button.cc (revision 151406) |
| +++ ui/views/controls/button/radio_button.cc (working copy) |
| @@ -84,7 +84,7 @@ |
| void RadioButton::OnFocus() { |
| Checkbox::OnFocus(); |
| SetChecked(true); |
| - views::MouseEvent event(ui::ET_MOUSE_PRESSED, 0, 0, 0); |
| + ui::MouseEvent event(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0); |
| TextButtonBase::NotifyClick(event); |
| } |