summaryrefslogtreecommitdiffstats
path: root/cc/debug/rendering_stats_instrumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug/rendering_stats_instrumentation.h')
-rw-r--r--cc/debug/rendering_stats_instrumentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
index 4508600..6811755 100644
--- a/cc/debug/rendering_stats_instrumentation.h
+++ b/cc/debug/rendering_stats_instrumentation.h
@@ -52,6 +52,7 @@ class CC_EXPORT RenderingStatsInstrumentation {
void AddPaint(base::TimeDelta duration, int64 pixels);
void AddRecord(base::TimeDelta duration, int64 pixels);
void AddRaster(base::TimeDelta duration, int64 pixels);
+ void AddAnalysis(base::TimeDelta duration, int64 pixels);
protected:
RenderingStatsInstrumentation();