Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index c3b5b622c61690e928e2b4409eff783030615660..327df2730c796ca615097e6fe4afc7f72feb6998 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -842,6 +842,12 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_BeginNavigation, |
| // after the frame has painted something. |
| IPC_MESSAGE_ROUTED0(FrameHostMsg_DidFirstVisuallyNonEmptyPaint) |
| +// Sent prior to delivering visual state messages, in order to |
| +// transport swap success/failure status. |
|
boliu
2015/03/02 18:43:58
Err, this is not it.
|
| +IPC_MESSAGE_ROUTED2(FrameHostMsg_VisualStateSwapInfo, |
| + int /* source_frame_number */, |
| + bool /* swap_success */) |
| + |
| // Sent as a response to FrameMsg_VisualStateRequest. |
| // The message is delivered using RenderWidget::QueueMessage. |
| IPC_MESSAGE_ROUTED1(FrameHostMsg_VisualStateResponse, uint64 /* id */) |