Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index ffd675119840ecb445aa3bf938372c3197751f6e..f23d46c57db4a6074ddba80b71bc4a2234e3fad0 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -632,8 +632,8 @@ IPC_MESSAGE_ROUTED5(GpuCommandBufferMsg_RegisterGpuMemoryBuffer, |
uint32 /* height */, |
uint32 /* internalformat */) |
-// Destroy a previously created gpu memory buffer. |
-IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_DestroyGpuMemoryBuffer, |
+// Unregister a previously registered gpu memory buffer. |
+IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_UnregisterGpuMemoryBuffer, |
int32 /* id */) |
// Attaches an external image stream to the client texture. |