| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index de626cac6048198104b99fd87f581074c41f4ab2..b4f12c5b130f13aee665d53e7acff12a7844a72d 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1492,9 +1492,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 a flinging animation is stopped.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopFlinging)
|
| @@ -1608,10 +1610,6 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_WillInsertBody)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateFaviconURL,
|
| std::vector<content::FaviconURL> /* candidates */)
|
|
|
| -// Sent once a paint happens after the first non empty layout. In other words
|
| -// after the page has painted something.
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint)
|
| -
|
| // Sent by the renderer to the browser to start a vibration with the given
|
| // duration.
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_Vibrate,
|
|
|