| Index: media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
|
| diff --git a/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h b/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
|
| index c7365fa8ef0160bdf69fa96d45297212d9c49d55..caecf715752a368e097c81a0c13375d035eb5e70 100644
|
| --- a/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
|
| +++ b/media/gpu/ipc/client/gpu_video_encode_accelerator_host.h
|
| @@ -95,7 +95,8 @@ class GpuVideoEncodeAcceleratorHost
|
| void OnNotifyInputDone(int32_t frame_id);
|
| void OnBitstreamBufferReady(int32_t bitstream_buffer_id,
|
| uint32_t payload_size,
|
| - bool key_frame);
|
| + bool key_frame,
|
| + base::TimeDelta timestamp);
|
| void OnNotifyError(Error error);
|
|
|
| scoped_refptr<gpu::GpuChannelHost> channel_;
|
|
|