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

Unified Diff: content/renderer/render_view_impl.h

Issue 12243002: Pass WebKit priority changes and parsing messages up to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename IPC 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 82edc3105f3a722e8cb603b1ab59a4710a11d1f6..b60c8944519ad1d78fca7be729d39f07b116f6c5 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -686,6 +686,7 @@ class CONTENT_EXPORT RenderViewImpl
virtual void didLoseWebGLContext(
WebKit::WebFrame* frame,
int arb_robustness_status_code) OVERRIDE;
+ virtual void willInsertBody(WebKit::WebFrame* frame) OVERRIDE;
// WebKit::WebPageSerializerClient implementation ----------------------------

Powered by Google App Engine
This is Rietveld 408576698