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 780e378cc6c4cad7914949a1c141d832db7dfaa9..e12f1275e75f048647aaca37fdbf5ad2ae0f557e 100644 |
--- a/media/gpu/ipc/common/media_messages.h |
+++ b/media/gpu/ipc/common/media_messages.h |
@@ -114,7 +114,8 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_BitstreamBufferProcessed, |
int32_t) /* Processed buffer ID */ |
// Allocate video frames for output of the hardware video decoder. |
-IPC_MESSAGE_ROUTED4(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers, |
+IPC_MESSAGE_ROUTED5(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers, |
+ media::VideoPixelFormat, /* Picture buffer format */ |
int32_t, /* Number of video frames to generate */ |
uint32_t, /* Number of textures per frame */ |
gfx::Size, /* Requested size of buffer */ |