| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ffdda9b37e0948b14f5dbf82aaa24f884f4e3971..ecd95d29c9546d8ffe84b23e156fb61c3b08c24a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2371,3 +2371,7 @@ IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters,
|
| LOGFONT /* font_data */,
|
| string16 /* characters */)
|
| #endif
|
| +
|
| +// Sent by the renderer process to indicate that the first paint has been
|
| +// performed for the current navigation.
|
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstPaint)
|
|
|