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

Unified Diff: content/public/renderer/render_view.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/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index b3e97446e2285dc30e8ee33a6df52ab689de76c7..8d7c6af0a216fa7cf0df9eddbd6e751289aad74e 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -25,6 +25,7 @@ class WebURLRequest;
class WebView;
struct WebContextMenuData;
struct WebPluginParams;
+struct WebRenderingStats;
}
namespace gfx {
@@ -127,6 +128,8 @@ class CONTENT_EXPORT RenderView : public IPC::Message::Sender {
WebKit::WebFrame* frame,
const WebKit::WebURLRequest& request,
WebKit::WebNavigationPolicy policy) = 0;
+
+ virtual void GetRenderingStats(WebKit::WebRenderingStats&) const = 0;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698