aboutsummaryrefslogtreecommitdiff
path: root/protos/perfetto/metrics/webview/webview_jank_approximation.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protos/perfetto/metrics/webview/webview_jank_approximation.proto')
-rw-r--r--protos/perfetto/metrics/webview/webview_jank_approximation.proto10
1 files changed, 5 insertions, 5 deletions
diff --git a/protos/perfetto/metrics/webview/webview_jank_approximation.proto b/protos/perfetto/metrics/webview/webview_jank_approximation.proto
index 0d01a7797..cdf7299a3 100644
--- a/protos/perfetto/metrics/webview/webview_jank_approximation.proto
+++ b/protos/perfetto/metrics/webview/webview_jank_approximation.proto
@@ -19,9 +19,9 @@ syntax = "proto2";
package perfetto.protos;
message WebViewJankApproximation {
- required int32 webview_janks = 1;
- required int32 webview_janks_without_startup = 2;
- required int32 webview_app_janks = 3;
- required int32 webview_total_janks = 4;
- required int32 total_janks = 5;
+ optional int32 webview_janks = 1;
+ optional int32 webview_janks_without_startup = 2;
+ optional int32 webview_app_janks = 3;
+ optional int32 webview_total_janks = 4;
+ optional int32 total_janks = 5;
}