Index: cc/debug/rendering_stats_instrumentation.h |
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h |
index 2a6e3b7eb6e754dffb03430a794e17a003ada9c2..477968877881442b5d337008b37af9a2f4a4c07b 100644 |
--- a/cc/debug/rendering_stats_instrumentation.h |
+++ b/cc/debug/rendering_stats_instrumentation.h |
@@ -37,8 +37,8 @@ class CC_EXPORT RenderingStatsInstrumentation { |
record_rendering_stats_ = record_rendering_stats; |
} |
- base::TimeTicks StartRecording() const; |
- base::TimeDelta EndRecording(base::TimeTicks start_time) const; |
+ base::TimeDelta StartRecording() const; |
+ base::TimeDelta EndRecording(base::TimeDelta start_time) const; |
void IncrementFrameCount(int64 count); |
void AddVisibleContentArea(int64 area); |