| 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..097d73526dcf56df758a05af63c71bbe597aec69 100644
|
| --- a/media/gpu/ipc/common/media_messages.h
|
| +++ b/media/gpu/ipc/common/media_messages.h
|
| @@ -95,12 +95,11 @@
|
| int32_t) /* Processed buffer ID */
|
|
|
| // Allocate video frames for output of the hardware video decoder.
|
| -IPC_MESSAGE_ROUTED5(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers,
|
| - int32_t, /* Number of video frames to generate */
|
| - media::VideoPixelFormat, /* Picture buffer format */
|
| - uint32_t, /* Number of textures per frame */
|
| - gfx::Size, /* Requested size of buffer */
|
| - uint32_t) /* Texture target */
|
| +IPC_MESSAGE_ROUTED4(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers,
|
| + int32_t, /* Number of video frames to generate */
|
| + uint32_t, /* Number of textures per frame */
|
| + gfx::Size, /* Requested size of buffer */
|
| + uint32_t) /* Texture target */
|
|
|
| // Decoder reports that a picture is ready and buffer does not need to be passed
|
| // back to the decoder.
|
|
|