| Index: cc/debug/rendering_stats_instrumentation.h
|
| diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
|
| index 5f74f9e61328da328cd4174d303cf9fcca98b7b6..816b90a45356e59a242381dd56f1fb6e3c856eab 100644
|
| --- a/cc/debug/rendering_stats_instrumentation.h
|
| +++ b/cc/debug/rendering_stats_instrumentation.h
|
| @@ -63,7 +63,9 @@ class CC_EXPORT RenderingStatsInstrumentation {
|
|
|
| void AddCommit(base::TimeDelta duration);
|
| void AddPaint(base::TimeDelta duration, int64 pixels);
|
| - void AddRecord(base::TimeDelta duration, int64 pixels);
|
| + void AddRecord(base::TimeDelta duration,
|
| + base::TimeDelta best_duration,
|
| + int64 pixels);
|
| void AddRaster(base::TimeDelta total_duraction,
|
| base::TimeDelta best_duration,
|
| int64 pixels,
|
|
|