Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 1494051428c8e6acd79623dd052d8f7746689867..ad07166be1449941c7effdd27ed05d155e78cd60 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -710,9 +710,10 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_ErrorNotification, |
// Queue a input buffer to the encoder to encode. |frame_id| will be returned by |
// AcceleratedVideoEncoderHostMsg_NotifyInputDone. |
-IPC_MESSAGE_ROUTED4(AcceleratedVideoEncoderMsg_Encode, |
+IPC_MESSAGE_ROUTED5(AcceleratedVideoEncoderMsg_Encode, |
int32 /* frame_id */, |
base::SharedMemoryHandle /* buffer_handle */, |
+ uint32 /* buffer_offset */, |
uint32 /* buffer_size */, |
bool /* force_keyframe */) |