| Index: cc/debug/rendering_stats.h
|
| diff --git a/cc/debug/rendering_stats.h b/cc/debug/rendering_stats.h
|
| index 52560e257e919b8f728acac2d43fac83516c9758..78b8ca829ed506b30e32986f8d083f90042b1d48 100644
|
| --- a/cc/debug/rendering_stats.h
|
| +++ b/cc/debug/rendering_stats.h
|
| @@ -53,9 +53,6 @@ struct CC_EXPORT RenderingStats {
|
| // rendering_stats.cc.
|
|
|
| int64 frame_count;
|
| - base::TimeDelta rasterize_time;
|
| - base::TimeDelta analysis_time;
|
| - int64 rasterized_pixel_count;
|
| int64 visible_content_area;
|
| int64 approximated_visible_content_area;
|
|
|
|
|