Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index be4dd59d64627292ea984d7431448a6292c65b29..76c7ed77ea3769ac1e31eeed1a2aef8ec611ac72 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1333,6 +1333,9 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_MoveValidationMessage, |
// after the frame widget has painted something. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint) |
+// Send after a paint happens after any page commit, including a blank one. |
Charlie Reis
2015/09/30 20:36:19
nit: Sent
Also, we shouldn't really be adding new
kenrb
2015/09/30 21:25:02
Done. Bug 537793 filed for that.
|
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstPaintAfterLoad) |
+ |
#if defined(OS_ANDROID) |
// Response to ViewMsg_FindMatchRects. |
// |