| Index: cc/debug/rendering_stats.h
|
| diff --git a/cc/debug/rendering_stats.h b/cc/debug/rendering_stats.h
|
| index ee13706034a9e979a75154dce2b720734f3644a6..3bff1d4fe54b207448d5f878620d3f9d0153a1d4 100644
|
| --- a/cc/debug/rendering_stats.h
|
| +++ b/cc/debug/rendering_stats.h
|
| @@ -36,6 +36,7 @@ struct CC_EXPORT MainThreadRenderingStats {
|
| int64 screen_frame_count;
|
| base::TimeDelta paint_time;
|
| base::TimeDelta record_time;
|
| + base::TimeDelta best_record_time;
|
| base::TimeDelta commit_time;
|
| int64 commit_count;
|
| int64 painted_pixel_count;
|
|
|