| Index: chrome/common/native_web_keyboard_event.h
|
| ===================================================================
|
| --- chrome/common/native_web_keyboard_event.h (revision 18994)
|
| +++ chrome/common/native_web_keyboard_event.h (working copy)
|
| @@ -31,6 +31,7 @@
|
| explicit NativeWebKeyboardEvent(NSEvent *event);
|
| #elif defined(OS_LINUX)
|
| explicit NativeWebKeyboardEvent(const GdkEventKey* event);
|
| + NativeWebKeyboardEvent(wchar_t character, double time_stamp_seconds);
|
| #endif
|
|
|
| NativeWebKeyboardEvent(const NativeWebKeyboardEvent& event);
|
|
|
| Property changes on: chrome\common\native_web_keyboard_event.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|