| 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 ed6a7d0adb14e5944540967f725d0cd20f2baddb..b48b3bdadd07981cddd2ca19cd770a83080b898d 100644
|
| --- a/media/gpu/ipc/common/media_messages.h
|
| +++ b/media/gpu/ipc/common/media_messages.h
|
| @@ -177,10 +177,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,
|
|
|