| 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 eb6459b37c3e5c0ce87780f41a3c575aface7efe..8d309c6f6ece09d5a44fabc41532cc85e725c091 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -23,10 +23,10 @@
|
| #include "media/video/video_decode_accelerator.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| -struct AcceleratedVideoDecoderMsg_Decode_Params;
|
| -
|
| namespace content {
|
|
|
| +struct VideoDecodeParams;
|
| +
|
| class GpuVideoDecodeAccelerator
|
| : public IPC::Listener,
|
| public IPC::Sender,
|
| @@ -93,7 +93,7 @@ class GpuVideoDecodeAccelerator
|
|
|
| // Handlers for IPC messages.
|
| void OnSetCdm(int cdm_id);
|
| - void OnDecode(const AcceleratedVideoDecoderMsg_Decode_Params& params);
|
| + void OnDecode(const VideoDecodeParams& params);
|
| void OnAssignPictureBuffers(const std::vector<int32_t>& buffer_ids,
|
| const std::vector<uint32_t>& texture_ids);
|
| void OnReusePictureBuffer(int32_t picture_buffer_id);
|
|
|