Index: cc/debug/rendering_stats_instrumentation.h |
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h |
index 68117557e7de16d3d46e9f5fb8332e06cf6c88bf..3a02fe98a8070f2d175ae88d745e2c3bcd0c579e 100644 |
--- a/cc/debug/rendering_stats_instrumentation.h |
+++ b/cc/debug/rendering_stats_instrumentation.h |
@@ -53,6 +53,8 @@ class CC_EXPORT RenderingStatsInstrumentation { |
void AddRecord(base::TimeDelta duration, int64 pixels); |
void AddRaster(base::TimeDelta duration, int64 pixels); |
void AddAnalysis(base::TimeDelta duration, int64 pixels); |
+ void AddVisibleContentArea(int64 area); |
+ void AddApproximatedVisibleContentArea(int64 area); |
protected: |
RenderingStatsInstrumentation(); |