Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: ppapi/api/ppb_gamepad.idl

Issue 2394773002: Remove 'char' from IDL (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698