| Index: ppapi/c/ppb_input_event.h
|
| diff --git a/ppapi/c/ppb_input_event.h b/ppapi/c/ppb_input_event.h
|
| index ca2bf152b9ddb65a662c2e5948cdbdf9c742d538..4035c95bbb73c7365c8b6eb980ec5dd539d1efb3 100644
|
| --- a/ppapi/c/ppb_input_event.h
|
| +++ b/ppapi/c/ppb_input_event.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From ppb_input_event.idl modified Thu Apr 3 14:52:10 2014. */
|
| +/* From ppb_input_event.idl modified Tue Aug 30 13:53:13 2016. */
|
|
|
| #ifndef PPAPI_C_PPB_INPUT_EVENT_H_
|
| #define PPAPI_C_PPB_INPUT_EVENT_H_
|
| @@ -214,7 +214,9 @@ typedef enum {
|
| PP_INPUTEVENT_MODIFIER_CAPSLOCKKEY = 1 << 9,
|
| PP_INPUTEVENT_MODIFIER_NUMLOCKKEY = 1 << 10,
|
| PP_INPUTEVENT_MODIFIER_ISLEFT = 1 << 11,
|
| - PP_INPUTEVENT_MODIFIER_ISRIGHT = 1 << 12
|
| + PP_INPUTEVENT_MODIFIER_ISRIGHT = 1 << 12,
|
| + PP_INPUTEVENT_MODIFIER_ISPEN = 1 << 13,
|
| + PP_INPUTEVENT_MODIFIER_ISERASER = 1 << 14
|
| } PP_InputEvent_Modifier;
|
| PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_InputEvent_Modifier, 4);
|
|
|
|
|