| Index: content/common/browser_rendering_stats.h
|
| diff --git a/content/common/browser_rendering_stats.h b/content/common/browser_rendering_stats.h
|
| index 8fc53fce387e874cfd650f0cca1157da8558e336..fb215d2f2e148e1e213858c308dbb87e882bbcdf 100644
|
| --- a/content/common/browser_rendering_stats.h
|
| +++ b/content/common/browser_rendering_stats.h
|
| @@ -18,6 +18,16 @@ struct CONTENT_EXPORT BrowserRenderingStats {
|
| uint32 input_event_count;
|
| base::TimeDelta total_input_latency;
|
|
|
| + uint32 touch_system_count;
|
| + base::TimeDelta total_touch_system_latency;
|
| + uint32 touch_ui_count;
|
| + base::TimeDelta total_touch_ui_latency;
|
| + uint32 touch_acked_consumed_count;
|
| + base::TimeDelta total_touch_acked_consumed_latency;
|
| + uint32 touch_acked_not_consumed_count;
|
| + base::TimeDelta total_touch_acked_not_consumed_latency;
|
| + uint32 touch_acked_no_consumer_count;
|
| + base::TimeDelta total_touch_acked_no_consumer_latency;
|
| // Note: when adding new members, please remember to update enumerateFields
|
| // in browser_rendering_stats.cc.
|
|
|
|
|