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

Unified Diff: content/renderer/render_view_impl.h

Issue 10536080: Plumb rendering statistics to benchmarking extension. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Stuff. Created 8 years, 6 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 4215dbc1d97879e19397c3ea19aafe4657793a9d..501e5dd8518fdf718d4da76005c26db8ec36e91b 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -687,6 +687,8 @@ class RenderViewImpl : public RenderWidget,
const WebKit::WebURLRequest& request,
WebKit::WebNavigationPolicy policy) OVERRIDE;
nduca 2012/06/15 00:26:22 Once they're moved to the gpu benchmarking extensi
dtu 2012/06/20 00:57:32 Done.
+ virtual void GetRenderingStats(WebKit::WebRenderingStats&) const OVERRIDE;
+
// webkit_glue::WebPluginPageDelegate implementation -------------------------
virtual webkit::npapi::WebPluginDelegate* CreatePluginDelegate(

Powered by Google App Engine
This is Rietveld 408576698