Index: ppapi/api/ppb_gamepad.idl |
diff --git a/ppapi/api/ppb_gamepad.idl b/ppapi/api/ppb_gamepad.idl |
index 1552fd67d7101881800ae992b129e086b1aaa6e6..927f5cceb69e5f99eb72de2e54597b4d1ba1c3c6 100644 |
--- a/ppapi/api/ppb_gamepad.idl |
+++ b/ppapi/api/ppb_gamepad.idl |
@@ -59,7 +59,7 @@ struct PP_GamepadSampleData { |
PP_Bool connected; |
/* Padding to make the struct the same size between 64 and 32. */ |
- char[4] unused_pad_; |
+ int8_t[4] unused_pad_; |
}; |
/** |
@@ -73,7 +73,7 @@ struct PP_GamepadsSampleData { |
uint32_t length; |
/* Padding to make the struct the same size between 64 and 32. */ |
- char[4] unused_pad_; |
+ int8_t[4] unused_pad_; |
/** |
* Data for an individual gamepad device connected to the system. |