diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_channel_handle.h | 2 | ||||
-rw-r--r-- | ipc/ipc_message_utils.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ipc/ipc_channel_handle.h b/ipc/ipc_channel_handle.h index e3b2f3e..2342429 100644 --- a/ipc/ipc_channel_handle.h +++ b/ipc/ipc_channel_handle.h @@ -5,6 +5,8 @@ #ifndef IPC_IPC_CHANNEL_HANDLE_H_ #define IPC_IPC_CHANNEL_HANDLE_H_ +#include <string> + #include "build/build_config.h" #if defined(OS_POSIX) diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 9a8ccf4..670ce87 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -45,11 +45,12 @@ enum IPCMessageStart { WorkerMsgStart, WorkerHostMsgStart, NaClProcessMsgStart, - CommandBufferMsgStart, + GpuCommandBufferMsgStart, UtilityMsgStart, UtilityHostMsgStart, GpuMsgStart, GpuHostMsgStart, + GpuChannelMsgStart, // NOTE: When you add a new message class, also update // IPCStatusView::IPCStatusView to ensure logging works. LastMsgIndex |