| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index d2464e991c7e774085fd9a2560b85f5a565ab1a9..a353a41999e4a1f908dc66d953aa4f4bedee9e70 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2459,3 +2459,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)
|
|
|