| Index: chrome/common/native_web_keyboard_event_linux.cc
|
| ===================================================================
|
| --- chrome/common/native_web_keyboard_event_linux.cc (revision 19568)
|
| +++ chrome/common/native_web_keyboard_event_linux.cc (working copy)
|
| @@ -39,8 +39,10 @@
|
| }
|
|
|
| NativeWebKeyboardEvent::NativeWebKeyboardEvent(wchar_t character,
|
| + int state,
|
| double time_stamp_seconds)
|
| : WebKeyboardEvent(WebInputEventFactory::keyboardEvent(character,
|
| + state,
|
| time_stamp_seconds)),
|
| os_event(NULL) {
|
| }
|
|
|