Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index 75eacdfc3cb74ca6d5d231e759aa64f2d6ee197e..70edb5476494259260f218f905353a099fe81d65 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1276,8 +1276,9 @@ IPC_BEGIN_MESSAGES(ViewHost) |
// Sent to create, update and destroy video layers. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_CreateVideo, |
gfx::Size /* size */) |
- IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateVideo, |
- TransportDIB::Id /* bitmap */, |
+ IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateVideo, |
+ TransportDIB::Id /* bitmap_id */, |
+ TransportDIB::Handle /* bitmap_handle */, |
gfx::Rect /* bitmap_rect */) |
IPC_MESSAGE_ROUTED0(ViewHostMsg_DestroyVideo) |