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

Unified Diff: content/renderer/render_view_impl.h

Issue 11270027: Add a ResourceScheduler to ResourceDispatcherHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move Client back to .h -- broke Win Created 7 years, 10 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 | « content/public/common/common_param_traits_macros.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index dae89cb8d9430c56932a005abaae937b488a9624..2e8d256f26282ccde7fa5e4222d80841a9aa8dad 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -637,6 +637,7 @@ class CONTENT_EXPORT RenderViewImpl
v8::Handle<v8::Context>,
int world_id);
virtual void didChangeScrollOffset(WebKit::WebFrame* frame);
+ virtual void willInsertBody(WebKit::WebFrame* frame) OVERRIDE;
#if defined(OS_ANDROID)
virtual void didFirstVisuallyNonEmptyLayout(WebKit::WebFrame*) OVERRIDE;
#endif
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698