| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f7452447b50a71834d0cfb8f100b4ef25c50c515..f58179387f7b37af6a7635704632b574e59a88b1 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -12,6 +12,7 @@
|
| #include "content/common/edit_command.h"
|
| #include "content/common/navigation_gesture.h"
|
| #include "content/common/view_message_enums.h"
|
| +#include "content/common/gpu/client/cc_param_traits.h"
|
| #include "content/public/common/common_param_traits.h"
|
| #include "content/public/common/context_menu_params.h"
|
| #include "content/public/common/file_chooser_params.h"
|
| @@ -2348,3 +2349,8 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_FindMatchRects_Reply,
|
| std::vector<gfx::RectF> /* rects */,
|
| gfx::RectF /* active_rect */)
|
| #endif
|
| +
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_SwapCompositorFrame,
|
| + WebKit::WebCompositorFrame /* frame */)
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_SwapCompositorFrameACK,
|
| + WebKit::WebCompositorFrameAck /* ack */)
|
|
|