Index: ipc/ipc_message_null_macros.h |
=================================================================== |
--- ipc/ipc_message_null_macros.h (revision 77019) |
+++ ipc/ipc_message_null_macros.h (working copy) |
@@ -11,6 +11,7 @@ |
#undef IPC_STRUCT_END |
#undef IPC_STRUCT_TRAITS_BEGIN |
#undef IPC_STRUCT_TRAITS_MEMBER |
+#undef IPC_STRUCT_TRAITS_PARENT |
#undef IPC_STRUCT_TRAITS_END |
#undef IPC_ENUM_TRAITS |
#undef IPC_MESSAGE_CONTROL0 |
@@ -91,6 +92,7 @@ |
#define IPC_STRUCT_END() |
#define IPC_STRUCT_TRAITS_BEGIN(struct_name) |
#define IPC_STRUCT_TRAITS_MEMBER(name) |
+#define IPC_STRUCT_TRAITS_PARENT(type) |
#define IPC_STRUCT_TRAITS_END() |
#define IPC_ENUM_TRAITS(enum_name) |
#define IPC_MESSAGE_CONTROL0(msg_class) |