Index: ppapi/shared_impl/ppb_input_event_shared.cc |
diff --git a/ppapi/shared_impl/ppb_input_event_shared.cc b/ppapi/shared_impl/ppb_input_event_shared.cc |
index 289cbf2cc479df1d2713d615731a02aed8bccc0b..0d7ebb9e15ac0e5cea0b7f1c2f36775eb872d6e7 100644 |
--- a/ppapi/shared_impl/ppb_input_event_shared.cc |
+++ b/ppapi/shared_impl/ppb_input_event_shared.cc |
@@ -23,6 +23,7 @@ InputEventData::InputEventData() |
wheel_ticks(PP_MakeFloatPoint(0.0f, 0.0f)), |
wheel_scroll_by_page(false), |
key_code(0), |
+ usb_key_code(0), |
character_text(), |
composition_target_segment(-1), |
composition_selection_start(0), |