Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions browser/BrowserPerf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ message BrowserWebVitalsPerfData {
string pagePath = 4;
// First Meaningful Paint time
int32 fmpTime = 5;
// Cumulative Layout Shift time
int32 clsTime = 6;
// Cumulative Layout Shift score
double cls = 6;
// Largest Contentful Paint time
int32 lcpTime = 7;
}
Expand Down