Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index a264aab3b5376a46db3fd2da3ebd72fd4f0d973b..a099309b544ead40f5fed6177d01fc98d14e04c8 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -499,9 +499,11 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_BitstreamBufferProcessed, |
int32) /* Processed buffer ID */ |
// Allocate video frames for output of the hardware video decoder. |
-IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers, |
- int32, /* Number of video frames to generate */ |
- gfx::Size) /* Requested size of buffer */ |
+IPC_MESSAGE_ROUTED3( |
+ AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers, |
+ int32, /* Number of video frames to generate */ |
+ gfx::Size, /* Requested size of buffer */ |
+ uint32 ) /* Texture target */ |
// Decoder reports that a picture is ready and buffer does not need to be passed |
// back to the decoder. |