| Index: tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
|
| diff --git a/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py b/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
|
| index 2c18fed3a86dd21552fbfb871da350d7ddb274d1..2f6c85ac9045dced71701c033dec413b7b9bc873 100644
|
| --- a/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
|
| +++ b/tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
|
| @@ -13,8 +13,7 @@ class _MockRenderingStats(object):
|
|
|
| stats = ['frame_timestamps', 'frame_times', 'paint_times',
|
| 'painted_pixel_counts', 'record_times',
|
| - 'recorded_pixel_counts', 'rasterize_times',
|
| - 'rasterized_pixel_counts', 'approximated_pixel_percentages',
|
| + 'recorded_pixel_counts', 'approximated_pixel_percentages',
|
| 'input_event_latency', 'frame_queueing_durations',
|
| 'scroll_update_latency', 'gesture_scroll_update_latency']
|
|
|
|
|