Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 6e326843517856169f871b65ac6bc6cb796b2df3..33ed3270033410672b75aadc12d6e9b747169cdb 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -708,10 +708,11 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_ErrorNotification, |
// These messages are sent from the Renderer process to GPU process. |
// Queue a input buffer to the encoder to encode. |frame_id| will be returned by |
-// AcceleratedVideoEncoderHostMsg_NotifyEncodeDone. |
-IPC_MESSAGE_ROUTED4(AcceleratedVideoEncoderMsg_Encode, |
+// AcceleratedVideoEncoderHostMsg_NotifyInputDone. |
+IPC_MESSAGE_ROUTED5(AcceleratedVideoEncoderMsg_Encode, |
int32 /* frame_id */, |
base::SharedMemoryHandle /* buffer_handle */, |
+ uint32 /* buffer_offset */, |
uint32 /* buffer_size */, |
bool /* force_keyframe */) |