summaryrefslogtreecommitdiffstats
path: root/cc/debug/rendering_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug/rendering_stats.h')
-rw-r--r--cc/debug/rendering_stats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/debug/rendering_stats.h b/cc/debug/rendering_stats.h
index 72262c8..bd3b7c7 100644
--- a/cc/debug/rendering_stats.h
+++ b/cc/debug/rendering_stats.h
@@ -35,6 +35,8 @@ struct CC_EXPORT ImplThreadRenderingStats {
base::TimeDelta rasterize_time;
base::TimeDelta analysis_time;
int64 rasterized_pixel_count;
+ int64 visible_content_area;
+ int64 approximated_visible_content_area;
ImplThreadRenderingStats();
scoped_refptr<base::debug::ConvertableToTraceFormat> AsTraceableData() const;