Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index b4e5be592781240fc4f0b72e1480058916bf3c9c..84598e63fd30077eb6d2b00aa831d46cbd6c1745 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -659,10 +659,9 @@ IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderMsg_Decode, |
// Sent from Renderer process to the GPU process to give the texture IDs for |
// the textures the decoder will use for output. |
-IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderMsg_AssignPictureBuffers, |
- std::vector<int32>, /* Picture buffer ID */ |
- std::vector<uint32>, /* Texture ID */ |
- std::vector<gfx::Size>) /* Size */ |
+IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderMsg_AssignPictureBuffers, |
+ std::vector<int32>, /* Picture buffer ID */ |
+ std::vector<uint32>) /* Texture ID */ |
// Send from Renderer process to the GPU process to recycle the given picture |
// buffer for further decoding. |