Chromium Code Reviews| 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( |