Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 164052e644446df8ba2d2972e9fb04f132a06841..9aa339269e4956d22d2550dbbbdd1f779375fd5a 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -696,9 +696,10 @@ IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_DismissPictureBuffer, |
int32) /* Picture buffer ID */ |
// Decoder reports that a picture is ready. |
-IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderHostMsg_PictureReady, |
+IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderHostMsg_PictureReady, |
int32, /* Picture buffer ID */ |
- int32) /* Bitstream buffer ID */ |
+ int32, /* Bitstream buffer ID */ |
+ gfx::Size) /* size */ |
// Confirm decoder has been flushed. |
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone) |