Commit 2a4aa211 authored by Hajime Hoshi's avatar Hajime Hoshi Committed by Commit Bot

Update the URLs about CLS

Change-Id: Ic329268bc74bd59a9bd52211563d24613202aa85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266412Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782866}
parent bdb50c4e
...@@ -267,11 +267,11 @@ struct ResourceDataUpdate { ...@@ -267,11 +267,11 @@ struct ResourceDataUpdate {
// Metrics about how a RenderFrame rendered since the last UpdateTiming call. // Metrics about how a RenderFrame rendered since the last UpdateTiming call.
struct FrameRenderDataUpdate { struct FrameRenderDataUpdate {
// How much visible elements in the frame shifted (bit.ly/lsm-explainer) since // How much visible elements in the frame shifted (https://bit.ly/3fQz29y) since
// the last timing update. // the last timing update.
float layout_shift_delta; float layout_shift_delta;
// How much visible elements in the frame shifted (bit.ly/lsm-explainer), // How much visible elements in the frame shifted (https://bit.ly/3fQz29y),
// before a user input or document scroll, since the last timing update. // before a user input or document scroll, since the last timing update.
float layout_shift_delta_before_input_or_scroll; float layout_shift_delta_before_input_or_scroll;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment