diff options
Diffstat (limited to 'chrome/common/gpu_messages_internal.h')
-rw-r--r-- | chrome/common/gpu_messages_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/gpu_messages_internal.h b/chrome/common/gpu_messages_internal.h index 229e3db..0121e16 100644 --- a/chrome/common/gpu_messages_internal.h +++ b/chrome/common/gpu_messages_internal.h @@ -53,6 +53,9 @@ IPC_BEGIN_MESSAGES(Gpu) // Tells the GPU process to crash. IPC_MESSAGE_CONTROL0(GpuMsg_Crash) + // Tells the GPU process to hang. + IPC_MESSAGE_CONTROL0(GpuMsg_Hang) + // Creates a new backing store. IPC_MESSAGE_ROUTED2(GpuMsg_NewBackingStore, int32, /* backing_store_routing_id */ |