| Index: cc/debug/rendering_stats_instrumentation.h
|
| diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
|
| index 5bdd427a007d7c67ef6447b9ca9c368f116697e4..6861202e384932e030c552daf1fd33d90d646e6f 100644
|
| --- a/cc/debug/rendering_stats_instrumentation.h
|
| +++ b/cc/debug/rendering_stats_instrumentation.h
|
| @@ -37,8 +37,8 @@ class 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);
|
|
|