Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index cd8a7b53cd3f888c44c50c72a85ca71839d87618..1b5746c7f0b5b3d97d1d4ecffb10c333f4c97ceb 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -517,9 +517,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. |