Chromium Code Reviews| Index: webkit/glue/webwidget_impl.cc |
| =================================================================== |
| --- webkit/glue/webwidget_impl.cc (revision 10793) |
| +++ webkit/glue/webwidget_impl.cc (working copy) |
| @@ -172,6 +172,7 @@ |
| MouseUp(*static_cast<const WebMouseEvent*>(input_event)); |
| return true; |
| + case WebInputEvent::RAW_KEY_DOWN: |
| case WebInputEvent::KEY_DOWN: |
| case WebInputEvent::KEY_UP: |
| return KeyEvent(*static_cast<const WebKeyboardEvent*>(input_event)); |