Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index cd34d149aa59a81b9f5e6d7d646cf429f3398b9a..3a3b5545c3ab5cd01dac85f657e92f0381743b6f 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1516,6 +1516,10 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_HideValidationMessage) |
IPC_MESSAGE_ROUTED1(ViewHostMsg_MoveValidationMessage, |
gfx::Rect /* anchor rectangle in root view coordinate */) |
+// Sent once a paint happens after the first non empty layout. In other words, |
+// after the frame widget has painted something. |
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint) |
+ |
#if defined(OS_ANDROID) |
// Response to ViewMsg_FindMatchRects. |
// |