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

Unified Diff: content/browser/renderer_host/render_widget_host_delegate.h

Issue 1986883002: blimp: Update page load status update indicator to use first paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 7 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
« no previous file with comments | « cc/trees/remote_channel_main.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h
index aa38066ec28b62ea9488ab6ddb2759cfa7d6bdbb..7af1bb8bc686c99f7ae78bbd70347d3231970748 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_delegate.h
@@ -181,6 +181,11 @@ class CONTENT_EXPORT RenderWidgetHostDelegate {
// Update the renderer's cache of the screen rect of the view and window.
virtual void SendScreenRects() {}
+ // Notifies that the main frame in the renderer has performed the first paint
+ // after a navigation.
+ virtual void OnFirstPaintAfterLoad(RenderWidgetHostImpl* render_widget_host) {
+ }
+
protected:
virtual ~RenderWidgetHostDelegate() {}
};
« no previous file with comments | « cc/trees/remote_channel_main.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698