| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 5956f0d33a982ecee573dee55e36d1420a63752d..f0b0275705a495d39ee58c93b61bb253f28781e3 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2448,3 +2448,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)
|
|
|