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..a91bd1f419cfb3864c97271946260c1b5a5be0bb 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, |
- int32, /* Picture buffer ID */ |
- int32) /* Bitstream buffer ID */ |
+IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderHostMsg_PictureReady, |
+ int32, /* Picture buffer ID */ |
+ int32, /* Bitstream buffer ID */ |
+ gfx::Rect) /* Visible rectangle */ |
// Confirm decoder has been flushed. |
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone) |