Index: cc/debug/rendering_stats_instrumentation.h |
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h |
index 8d95929f3aa2910a911c9bc9ea06f8debcf34f54..2a6e3b7eb6e754dffb03430a794e17a003ada9c2 100644 |
--- a/cc/debug/rendering_stats_instrumentation.h |
+++ b/cc/debug/rendering_stats_instrumentation.h |
@@ -43,6 +43,7 @@ class CC_EXPORT RenderingStatsInstrumentation { |
void IncrementFrameCount(int64 count); |
void AddVisibleContentArea(int64 area); |
void AddApproximatedVisibleContentArea(int64 area); |
+ void AddCheckerboardedVisibleContentArea(int64 area); |
void AddDrawDuration(base::TimeDelta draw_duration, |
base::TimeDelta draw_duration_estimate); |
void AddBeginMainFrameToCommitDuration( |