| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index 40852f76f8e0ad99161189e5ce0f6a1632f020e3..de3560a8e77b931a939a631ecaee9c049c651cd4 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -165,8 +165,6 @@ class CONTENT_EXPORT RenderWidget
|
|
|
| // Fills in a WebRenderingStatsImpl struct containing information about
|
| // rendering, e.g. count of frames rendered, time spent painting.
|
| - // This call is relatively expensive in threaded compositing mode,
|
| - // as it blocks on the compositor thread.
|
| void GetRenderingStats(WebKit::WebRenderingStatsImpl&) const;
|
|
|
| // Fills in a GpuRenderingStats struct containing information about
|
|
|