diff options
Diffstat (limited to 'chrome/common/gpu_messages_internal.h')
-rw-r--r-- | chrome/common/gpu_messages_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/gpu_messages_internal.h b/chrome/common/gpu_messages_internal.h index 0121e16..229e3db 100644 --- a/chrome/common/gpu_messages_internal.h +++ b/chrome/common/gpu_messages_internal.h @@ -53,9 +53,6 @@ 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 */ |