| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index eff42ccbb4abc8ab6acdfcc5fb638c70ea66b85b..cffa187be129dfb2bca51b99dbbb117c129281b3 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -153,6 +153,8 @@ class CONTENT_EXPORT RenderWidget
|
| // This call is relatively expensive in threaded compositing mode,
|
| // as it blocks on the compositor thread.
|
| void GetRenderingStats(WebKit::WebRenderingStats&) const;
|
| + void StartRecordingRenderingStats() const { }
|
| + void StopRecordingRenderingStats(WebKit::WebRenderingStats&) const;
|
|
|
| // Fills in a GpuRenderingStats struct containing information about
|
| // GPU rendering, e.g. count of texture uploads performed, time spent
|
|
|