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

Unified Diff: content/browser/web_contents/web_contents_impl.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: Review comments addressed 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/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 9e779b8be76fa59c5bfaaeaf0b276145c3bee574..f30b60cb34759825cd936eacd3bef71ed4f80f23 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -887,6 +887,7 @@ class CONTENT_EXPORT WebContentsImpl
#endif // defined(ENABLE_PLUGINS)
void OnUpdateFaviconURL(const std::vector<FaviconURL>& candidates);
void OnFirstVisuallyNonEmptyPaint();
+ void OnFirstPaintAfterLoad();
Charlie Reis 2015/09/30 21:42:09 Don't forget to remove this.
kenrb 2015/10/01 12:45:09 Done.
void OnMediaPlayingNotification(int64 player_cookie,
bool has_video,
bool has_audio,

Powered by Google App Engine
This is Rietveld 408576698