| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index ccfe7a59cb9ce9fb74dc2c172e718d077e8b247e..dfc7d175d665a7ada2589b714b36bb049caf5e0d 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -94,6 +94,7 @@ class ResourceCreationAPI {
|
| PP_TimeTicks time_stamp,
|
| uint32_t modifiers,
|
| uint32_t key_code,
|
| + uint32_t usb_scan_code,
|
| struct PP_Var character_text) = 0;
|
| virtual PP_Resource CreateMouseInputEvent(
|
| PP_Instance instance,
|
|
|