| Index: ppapi/c/ppb_gamepad.h
|
| diff --git a/ppapi/c/ppb_gamepad.h b/ppapi/c/ppb_gamepad.h
|
| index 4beb9b8f1f8599bdc5e720d47633670f16564d9f..388ef631e276aed0bbf26200c50878ddf2f50f7c 100644
|
| --- a/ppapi/c/ppb_gamepad.h
|
| +++ b/ppapi/c/ppb_gamepad.h
|
| @@ -64,7 +64,7 @@ struct PP_GamepadSampleData {
|
| */
|
| PP_Bool connected;
|
| /* Padding to make the struct the same size between 64 and 32. */
|
| - char unused_pad_[4];
|
| + int8_t unused_pad_[4];
|
| };
|
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_GamepadSampleData, 472);
|
|
|
| @@ -77,7 +77,7 @@ struct PP_GamepadsSampleData {
|
| */
|
| uint32_t length;
|
| /* Padding to make the struct the same size between 64 and 32. */
|
| - char unused_pad_[4];
|
| + int8_t unused_pad_[4];
|
| /**
|
| * Data for an individual gamepad device connected to the system.
|
| */
|
|
|