Chromium Code Reviews| Index: views/controls/button/custom_button.cc |
| =================================================================== |
| --- views/controls/button/custom_button.cc (revision 27238) |
| +++ views/controls/button/custom_button.cc (working copy) |
| @@ -99,7 +99,7 @@ |
| gdk_key.state = (accelerator.IsAltDown() << 3) + |
| (accelerator.IsCtrlDown() << 2) + |
| accelerator.IsShiftDown(); |
| - KeyEvent key_event(&gdk_key, false); |
| + KeyEvent key_event(&gdk_key); |
| #endif |
| NotifyClick(key_event); |
| return true; |