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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1398823004: Switch the page-capturing machinery to use the new hooks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 68c42c4b99b349da16eb6ee366c99eb7d6b87b43..918c6559f3983b4a265d2183da9818f477332159 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -203,6 +203,10 @@ class CONTENT_EXPORT RenderFrameImpl
render_frame_proxy_ = proxy;
}
+ // Called by RenderWidget when meaningful layout has happened.
+ // See RenderFrameObserver::DidMeaningfulLayout declaration for details.
+ void DidMeaningfulLayout(blink::WebMeaningfulLayout layout_type);
+
// Out-of-process child frames receive a signal from RenderWidgetCompositor
// when a compositor frame has committed.
void DidCommitCompositorFrame();

Powered by Google App Engine
This is Rietveld 408576698