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

Unified Diff: content/renderer/render_widget.h

Issue 11189081: Plumb cc::CCRenderingStats from gpu_benchmarking to cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Windows compilie error Created 8 years, 2 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
« no previous file with comments | « content/renderer/gpu/gpu_benchmarking_extension.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 124e81f6f75a69f7dfa20d78034c9a5907c14ac8..79c658d5cdf48af923062ec5c6d94c8863172e41 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -577,7 +577,9 @@ class CONTENT_EXPORT RenderWidget
bool has_disable_gpu_vsync_switch_;
base::TimeTicks last_do_deferred_update_time_;
- WebKit::WebRenderingStats software_stats_;
+ int num_animation_frames_;
+ int num_frames_sent_to_screen_;
+ double total_paint_time_in_seconds_;
// UpdateRect parameters for the current compositing pass. This is used to
// pass state between DoDeferredUpdate and OnSwapBuffersPosted.
« no previous file with comments | « content/renderer/gpu/gpu_benchmarking_extension.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698