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

Unified Diff: content/public/renderer/render_view_observer.h

Issue 1308113002: Make content text retrieval in ChromeRenderViewObserver never force layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated to match upstream changes. Created 5 years, 4 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 | « chrome/renderer/chrome_render_view_observer.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
index 0fcf959c60696a9a08b0cf05f8998f55f91fdfc5..cd120ffe8b19ce5d35fad90df112e9c97ab83752 100644
--- a/content/public/renderer/render_view_observer.h
+++ b/content/public/renderer/render_view_observer.h
@@ -59,6 +59,7 @@ class CONTENT_EXPORT RenderViewObserver : public IPC::Listener,
virtual void DraggableRegionsChanged(blink::WebFrame* frame) {}
virtual void DidCommitCompositorFrame() {}
virtual void DidUpdateLayout() {}
+ virtual void DidFirstLayoutAfterFinishedParsing() {}
nasko 2015/08/24 22:59:05 We shouldn't be putting any new members on RenderV
// These match the RenderView methods.
virtual void DidHandleGestureEvent(const blink::WebGestureEvent& event) {}
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698