Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 6209ae89ea9748d14b24e91f907bf8a5033fd693..75baf2e7ee3a87085a5d88d5c3d88e501f09a43d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1514,6 +1514,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 has painted something. |
dcheng
2015/08/31 16:46:01
"frame" -> "frame widget"? Not sure what the best
|
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint) |
+ |
#if defined(OS_ANDROID) |
// Response to ViewMsg_FindMatchRects. |
// |