| Index: media/gpu/ipc/common/media_messages.h
|
| diff --git a/media/gpu/ipc/common/media_messages.h b/media/gpu/ipc/common/media_messages.h
|
| index 6c128a63ec31e026a5c90a0775c7f53962b832f6..735ef2b8f7ca32651831ae7ecc870c9f624fd667 100644
|
| --- a/media/gpu/ipc/common/media_messages.h
|
| +++ b/media/gpu/ipc/common/media_messages.h
|
| @@ -196,10 +196,11 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyInputDone,
|
| int32_t /* frame_id */)
|
|
|
| // Notify the renderer that an output buffer has been filled with encoded data.
|
| -IPC_MESSAGE_ROUTED3(AcceleratedVideoEncoderHostMsg_BitstreamBufferReady,
|
| +IPC_MESSAGE_ROUTED4(AcceleratedVideoEncoderHostMsg_BitstreamBufferReady,
|
| int32_t /* bitstream_buffer_id */,
|
| uint32_t /* payload_size */,
|
| - bool /* key_frame */)
|
| + bool /* key_frame */,
|
| + base::TimeDelta /* timestamp */)
|
|
|
| // Report error condition.
|
| IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError,
|
|
|