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

Unified Diff: ppapi/c/dev/ppb_gamepad_dev.h

Issue 9348029: Make inline c blocks non-greedy, and use to add pragma pack to gamepad structure (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: temporarily disable static assert for 2 sided roll Created 8 years, 10 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
« no previous file with comments | « ppapi/api/dev/ppb_gamepad_dev.idl ('k') | ppapi/generators/idl_lexer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_gamepad_dev.h
diff --git a/ppapi/c/dev/ppb_gamepad_dev.h b/ppapi/c/dev/ppb_gamepad_dev.h
index 63197bc72b039044954447d5327b19be9472a014..e37362bb7412355c20a932b9b10242ac74ce7496 100644
--- a/ppapi/c/dev/ppb_gamepad_dev.h
+++ b/ppapi/c/dev/ppb_gamepad_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_gamepad_dev.idl modified Mon Jan 9 13:16:43 2012. */
+/* From dev/ppb_gamepad_dev.idl modified Tue Feb 7 12:49:02 2012. */
#ifndef PPAPI_C_DEV_PPB_GAMEPAD_DEV_H_
#define PPAPI_C_DEV_PPB_GAMEPAD_DEV_H_
@@ -22,6 +22,8 @@
*/
+#pragma pack(push, 1)
+
/**
* @addtogroup Structs
* @{
@@ -81,6 +83,8 @@ struct PP_GamepadsData_Dev {
* @}
*/
+#pragma pack(pop)
+
/**
* @addtogroup Interfaces
* @{
« no previous file with comments | « ppapi/api/dev/ppb_gamepad_dev.idl ('k') | ppapi/generators/idl_lexer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698