| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4d531e042174c89e2b9889ab1261d06637e631eb..fe0cba1693d0b7c31124b51e3af882784a00b08f 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -632,3 +632,7 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_TextSurroundingSelectionResponse,
|
| IPC_MESSAGE_CONTROL2(FrameHostMsg_SetHasPendingTransitionRequest,
|
| int /* render_frame_id */,
|
| bool /* is_transition */)
|
| +
|
| +// Sent once a paint happens after the first non empty layout. In other words
|
| +// after the frame has painted something.
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_DidFirstVisuallyNonEmptyPaint)
|
|
|