Index: content/common/gpu_host_messages.h |
diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h |
index f56899bfa1be7c85398a40c119d13de27d3bf867..b7855a865160c038b6b10a0608a1b114b4fde973 100644 |
--- a/content/common/gpu_host_messages.h |
+++ b/content/common/gpu_host_messages.h |
@@ -89,9 +89,6 @@ IPC_STRUCT_TRAITS_END() |
// GPU Messages |
// These are messages from the browser to the GPU process. |
-// Tells the GPU process to shutdown itself. |
-IPC_MESSAGE_CONTROL0(GpuMsg_Finalize) |
- |
// Tells the GPU process to create a new gpu memory buffer. |
IPC_MESSAGE_CONTROL1(GpuMsg_CreateGpuMemoryBuffer, |
GpuMsg_CreateGpuMemoryBuffer_Params) |