| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| index b56797bfe1c2b2f1b806c70d185656db84c28413..5f6991f061ea0ebe7ab69f670565947d11a91706 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
|
| @@ -46,6 +46,7 @@ class PluginInputEvent : public PluginResource {
|
| PP_Bool GetWheelScrollByPage() const;
|
|
|
| uint32_t GetKeyCode() const;
|
| + uint32_t GetUsbScanCode_Dev() const;
|
| PP_Var GetCharacterText() const;
|
|
|
| private:
|
|
|