| Index: chrome/common/native_web_keyboard_event_mac.mm
|
| ===================================================================
|
| --- chrome/common/native_web_keyboard_event_mac.mm (revision 22136)
|
| +++ chrome/common/native_web_keyboard_event_mac.mm (working copy)
|
| @@ -19,6 +19,15 @@
|
| os_event([event retain]) {
|
| }
|
|
|
| +NativeWebKeyboardEvent::NativeWebKeyboardEvent(wchar_t character,
|
| + int modifiers,
|
| + double time_stamp_seconds)
|
| + : WebKeyboardEvent(WebInputEventFactory::keyboardEvent(character,
|
| + modifiers,
|
| + time_stamp_seconds)),
|
| + os_event(NULL) {
|
| +}
|
| +
|
| NativeWebKeyboardEvent::NativeWebKeyboardEvent(
|
| const NativeWebKeyboardEvent& other)
|
| : WebKeyboardEvent(other),
|
|
|
| Property changes on: chrome/common/native_web_keyboard_event_mac.mm
|
| ___________________________________________________________________
|
| Name: svn:eol-style
|
| + LF
|
|
|
|
|