| Index: chrome/common/native_web_keyboard_event.h
|
| ===================================================================
|
| --- chrome/common/native_web_keyboard_event.h (revision 19568)
|
| +++ chrome/common/native_web_keyboard_event.h (working copy)
|
| @@ -31,7 +31,9 @@
|
| explicit NativeWebKeyboardEvent(NSEvent *event);
|
| #elif defined(OS_LINUX)
|
| explicit NativeWebKeyboardEvent(const GdkEventKey* event);
|
| - NativeWebKeyboardEvent(wchar_t character, double time_stamp_seconds);
|
| + NativeWebKeyboardEvent(wchar_t character,
|
| + int state,
|
| + double time_stamp_seconds);
|
| #endif
|
|
|
| NativeWebKeyboardEvent(const NativeWebKeyboardEvent& event);
|
|
|