Chromium Code Reviews| Index: ui/aura/desktop_host_win.cc |
| =================================================================== |
| --- ui/aura/desktop_host_win.cc (revision 106345) |
| +++ ui/aura/desktop_host_win.cc (working copy) |
| @@ -177,7 +177,7 @@ |
| WPARAM w_param, |
| LPARAM l_param) { |
| MSG msg = { hwnd(), message, w_param, l_param }; |
| - SetMsgHandled(desktop_->OnKeyEvent(KeyEvent(msg))); |
| + SetMsgHandled(desktop_->OnKeyEvent(KeyEvent(msg, message == WM_CHAR))); |
| return 0; |
| } |