Chromium Code Reviews| Index: chrome/common/page_load_metrics/page_load_timing.h |
| diff --git a/chrome/common/page_load_metrics/page_load_timing.h b/chrome/common/page_load_metrics/page_load_timing.h |
| index e41235b49f8f8e6805307f3ba47ae4b5447b2443..25697faa0b8fa95612ff3ffca985fbaf1b9a334a 100644 |
| --- a/chrome/common/page_load_metrics/page_load_timing.h |
| +++ b/chrome/common/page_load_metrics/page_load_timing.h |
| @@ -52,6 +52,8 @@ struct PageLoadTiming { |
| base::Optional<base::TimeDelta> first_image_paint; |
| // Time when the first contentful thing (image, text, etc.) is painted. |
| base::Optional<base::TimeDelta> first_contentful_paint; |
| + // Time when the page's primary content is painted. |
|
Charlie Harrison
2016/08/04 02:18:29
If this is experimental can you document that here
Kunihiko Sakamoto
2016/08/04 02:56:14
Done.
|
| + base::Optional<base::TimeDelta> first_meaningful_paint; |
| // Time that the document's parser started and stopped parsing main resource |
| // content. |