| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index db0517a8df27304d45945c37f0a90ffa46e66d13..74aac9c91a63409cc1f39592fa8985c6e866bac0 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2445,3 +2445,7 @@ IPC_SYNC_MESSAGE_ROUTED0_1(ViewHostMsg_GetWindowRect,
|
| IPC_SYNC_MESSAGE_ROUTED0_1(ViewHostMsg_GetRootWindowRect,
|
| gfx::Rect /* window_rect */)
|
| #endif
|
| +
|
| +// Sent by the renderer process to indicate that the first paint has been
|
| +// performed for the current navigation.
|
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstPaint)
|
|
|