Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: content/common/view_messages.h

Issue 1376003002: Make rendering timeouts work even if paint data received early (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cursor
Patch Set: Rebase that maybe works this time Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
//

Powered by Google App Engine
This is Rietveld 408576698