Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 489bdc3ee53182efc72688e4961cb13528e4dcc7..6e326843517856169f871b65ac6bc6cb796b2df3 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -688,11 +688,10 @@ |
int32) /* Picture buffer ID */ |
// Decoder reports that a picture is ready. |
-IPC_MESSAGE_ROUTED4(AcceleratedVideoDecoderHostMsg_PictureReady, |
+IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderHostMsg_PictureReady, |
int32, /* Picture buffer ID */ |
int32, /* Bitstream buffer ID */ |
- gfx::Rect, /* Visible rectangle */ |
- bool) /* Buffer is HW overlay capable */ |
+ gfx::Rect) /* Visible rectangle */ |
// Confirm decoder has been flushed. |
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone) |