| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| index d638accd3177132d4901162368371e89d2a45ec8..e4c85b1344b1cf384ad1c8fa068f2120a1fda743 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -20,6 +20,8 @@
|
| #include "media/video/video_decode_accelerator.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| +struct AcceleratedVideoDecoderMsg_Decode_Params;
|
| +
|
| namespace content {
|
|
|
| class GpuVideoDecodeAccelerator
|
| @@ -86,10 +88,7 @@ class GpuVideoDecodeAccelerator
|
| ~GpuVideoDecodeAccelerator() override;
|
|
|
| // Handlers for IPC messages.
|
| - void OnDecode(base::SharedMemoryHandle handle,
|
| - int32 id,
|
| - uint32 size,
|
| - base::TimeDelta presentation_timestamp);
|
| + void OnDecode(const AcceleratedVideoDecoderMsg_Decode_Params& params);
|
| void OnAssignPictureBuffers(const std::vector<int32>& buffer_ids,
|
| const std::vector<uint32>& texture_ids);
|
| void OnReusePictureBuffer(int32 picture_buffer_id);
|
|
|