| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 3d7e3c6faa6e7714174f117cdabdf45e7dcc5082..ec0cba66a081a7e5511ea754cfbf32b197838550 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1502,9 +1502,11 @@ IPC_MESSAGE_ROUTED1(
|
| ViewHostMsg_CompositorSurfaceBuffersSwapped,
|
| ViewHostMsg_CompositorSurfaceBuffersSwapped_Params /* params */)
|
|
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_SwapCompositorFrame,
|
| - uint32 /* output_surface_id */,
|
| - cc::CompositorFrame /* frame */)
|
| +IPC_MESSAGE_ROUTED3(
|
| + ViewHostMsg_SwapCompositorFrame,
|
| + uint32 /* output_surface_id */,
|
| + cc::CompositorFrame /* frame */,
|
| + std::vector<IPC::Message> /* messages_to_deliver_with_frame */)
|
|
|
| // Sent by the compositor when input scroll events are dropped due to bounds
|
| // restricions on the root scroll offset.
|
|
|